@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | $t = ($GLOBALS['taille_min'] * $GLOBALS['taille_min']); |
| 77 | 77 | if ($GLOBALS['taille_min'] !== $GLOBALS['taille_max']) { |
| 78 | 78 | $t = $t * 0.9; // marge de securite |
| 79 | - echo round($t / 1_000_000, 3) . ' Mpx'; |
|
| 79 | + echo round($t / 1_000_000, 3).' Mpx'; |
|
| 80 | 80 | } else { |
| 81 | 81 | // c'est un cas "on a reussi la borne max initiale, donc on a pas de limite connue" |
| 82 | 82 | $t = 0; |
@@ -112,19 +112,19 @@ discard block |
||
| 112 | 112 | $image_source = chemin_image('test.png'); |
| 113 | 113 | $GLOBALS['redirect'] = generer_url_action( |
| 114 | 114 | 'tester_taille', |
| 115 | - "i=$i&arg=" . $GLOBALS['taille_min'] . '-' . $GLOBALS['taille_test'] |
|
| 115 | + "i=$i&arg=".$GLOBALS['taille_min'].'-'.$GLOBALS['taille_test'] |
|
| 116 | 116 | ); |
| 117 | 117 | |
| 118 | 118 | ob_start('action_tester_taille_error_handler'); |
| 119 | 119 | filtrer('image_recadre', $image_source, $taille, $taille); |
| 120 | - $GLOBALS['redirect'] = generer_url_action('tester_taille', "i=$i&arg=$taille-" . $GLOBALS['taille_max']); |
|
| 120 | + $GLOBALS['redirect'] = generer_url_action('tester_taille', "i=$i&arg=$taille-".$GLOBALS['taille_max']); |
|
| 121 | 121 | |
| 122 | 122 | // si la valeur intermediaire a reussi, on teste la valeur maxi qui est peut etre sous estimee |
| 123 | 123 | // si $GLOBALS['taille_min']==0 (car on est au premier coup) |
| 124 | 124 | if ($GLOBALS['taille_min'] == 0) { |
| 125 | 125 | $taille = $GLOBALS['taille_max']; |
| 126 | 126 | filtrer('image_recadre', $image_source, $taille, $taille); |
| 127 | - $GLOBALS['redirect'] = generer_url_action('tester_taille', "i=$i&arg=$taille-" . $GLOBALS['taille_max']); |
|
| 127 | + $GLOBALS['redirect'] = generer_url_action('tester_taille', "i=$i&arg=$taille-".$GLOBALS['taille_max']); |
|
| 128 | 128 | } |
| 129 | 129 | ob_end_clean(); |
| 130 | 130 | |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | if ($change_session == 'oui') { |
| 60 | 60 | $session = charger_fonction('session', 'inc'); |
| 61 | 61 | $session(true); |
| 62 | - spip_log('statut 204 pour ' . $_SERVER['REQUEST_URI']); |
|
| 62 | + spip_log('statut 204 pour '.$_SERVER['REQUEST_URI']); |
|
| 63 | 63 | http_response_code(204); // No Content |
| 64 | 64 | return; |
| 65 | 65 | } |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | _T('info_connexion_refusee'), |
| 80 | 80 | _T('login_login_pass_incorrect'), |
| 81 | 81 | _T('login_retour_site'), |
| 82 | - 'url=' . rawurlencode($redirect), |
|
| 82 | + 'url='.rawurlencode($redirect), |
|
| 83 | 83 | _T('login_nouvelle_tentative'), |
| 84 | 84 | (strpos($url, (string) _DIR_RESTREINT_ABS) !== false) |
| 85 | 85 | ); |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | if ($fichier) { |
| 109 | 109 | $code = "quete_logo_file($doc, $qconnect)"; |
| 110 | 110 | } else { |
| 111 | - $code = "quete_logo_document($doc, " . ($lien ?: "''") . ", '$align', '$mode_logo', $coord_x, $coord_y, $qconnect)"; |
|
| 111 | + $code = "quete_logo_document($doc, ".($lien ?: "''").", '$align', '$mode_logo', $coord_x, $coord_y, $qconnect)"; |
|
| 112 | 112 | } |
| 113 | 113 | // (x=non-faux ? y : '') pour affecter x en retournant y |
| 114 | 114 | if ($p->descr['documents']) { |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | |
| 126 | 126 | // demande de reduction sur logo avec ecriture spip 2.1 : #LOGO_xxx{200, 0} |
| 127 | 127 | if ($coord_x or $coord_y) { |
| 128 | - $code = "filtrer('image_graver',filtrer('image_reduire'," . $code . ", '$coord_x', '$coord_y'))"; |
|
| 128 | + $code = "filtrer('image_graver',filtrer('image_reduire',".$code.", '$coord_x', '$coord_y'))"; |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | $p->code = $code; |
@@ -158,14 +158,12 @@ discard block |
||
| 158 | 158 | * Code compilé retournant le chemin du logo ou le code HTML du logo. |
| 159 | 159 | **/ |
| 160 | 160 | function logo_survol($id_objet, $_id_objet, $type, $align, $fichier, $_lien, $p, $suite) { |
| 161 | - $code = "quete_logo('$id_objet', '" . |
|
| 162 | - (($suite == '_SURVOL') ? 'off' : |
|
| 163 | - (($suite == '_NORMAL') ? 'on' : 'ON')) . |
|
| 164 | - "', $_id_objet," . |
|
| 161 | + $code = "quete_logo('$id_objet', '". |
|
| 162 | + (($suite == '_SURVOL') ? 'off' : (($suite == '_NORMAL') ? 'on' : 'ON')). |
|
| 163 | + "', $_id_objet,". |
|
| 165 | 164 | (($suite == '_RUBRIQUE') ? |
| 166 | - champ_sql('id_rubrique', $p) : |
|
| 167 | - (($type == 'rubrique') ? "quete_parent($_id_objet)" : "''")) . |
|
| 168 | - ', ' . intval($fichier) . ')'; |
|
| 165 | + champ_sql('id_rubrique', $p) : (($type == 'rubrique') ? "quete_parent($_id_objet)" : "''")). |
|
| 166 | + ', '.intval($fichier).')'; |
|
| 169 | 167 | |
| 170 | 168 | if ($fichier) { |
| 171 | 169 | return $code; |
@@ -173,5 +171,5 @@ discard block |
||
| 173 | 171 | |
| 174 | 172 | $align = preg_replace(',\W,', '', $align); |
| 175 | 173 | |
| 176 | - return "quete_html_logo($code, '$align', " . ($_lien ?: "''") . ')'; |
|
| 174 | + return "quete_html_logo($code, '$align', ".($_lien ?: "''").')'; |
|
| 177 | 175 | } |
@@ -54,12 +54,12 @@ |
||
| 54 | 54 | $_params = '['; |
| 55 | 55 | $nb_params = is_countable($p->param[0]) ? count($p->param[0]) : 0; // 1ère valeur vide donc 1 en plus |
| 56 | 56 | for ($i = 3; $i < $nb_params; $i++) { |
| 57 | - $_params .= interprete_argument_balise($i, $p) . ','; |
|
| 57 | + $_params .= interprete_argument_balise($i, $p).','; |
|
| 58 | 58 | } |
| 59 | 59 | $_params .= ']'; |
| 60 | 60 | |
| 61 | 61 | $info_sql = strtolower(substr($info, 5)); |
| 62 | - $code = "generer_info_entite($id_objet, $type_objet, '$info_sql', " . ($p->etoile ? _q($p->etoile) : "''") . ", $_params)"; |
|
| 62 | + $code = "generer_info_entite($id_objet, $type_objet, '$info_sql', ".($p->etoile ? _q($p->etoile) : "''").", $_params)"; |
|
| 63 | 63 | $p->code = champ_sql($info, $p, $code); |
| 64 | 64 | $p->interdire_scripts = true; |
| 65 | 65 | |
@@ -73,5 +73,5 @@ |
||
| 73 | 73 | return ''; |
| 74 | 74 | } |
| 75 | 75 | |
| 76 | - return generer_url_action('logout', 'logout=public&url=' . rawurlencode($cible ?: self('&'))); |
|
| 76 | + return generer_url_action('logout', 'logout=public&url='.rawurlencode($cible ?: self('&'))); |
|
| 77 | 77 | } |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | : calculer_liste($val, $p->descr, $boucles, $id_boucle); |
| 122 | 122 | if ($var !== 1) { |
| 123 | 123 | $val = ($echap ? "\'$var\' => ' . argumenter_squelette(" : "'$var' => ") |
| 124 | - . $val . ($echap ? ") . '" : ' '); |
|
| 124 | + . $val.($echap ? ") . '" : ' '); |
|
| 125 | 125 | } else { |
| 126 | 126 | $val = $echap ? "'.$val.'" : $val; |
| 127 | 127 | } |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | if (!$lang) { |
| 143 | 143 | $lang = '$GLOBALS["spip_lang"]'; |
| 144 | 144 | } |
| 145 | - $l['lang'] = ($echap ? "\'lang\' => ' . argumenter_squelette(" : "'lang' => ") . $lang . ($echap ? ") . '" : ' '); |
|
| 145 | + $l['lang'] = ($echap ? "\'lang\' => ' . argumenter_squelette(" : "'lang' => ").$lang.($echap ? ") . '" : ' '); |
|
| 146 | 146 | |
| 147 | 147 | return $l; |
| 148 | 148 | } |
@@ -172,7 +172,7 @@ discard block |
||
| 172 | 172 | $_contexte = argumenter_inclure($p->param, false, $p, $boucles, $id_boucle, true, '', true); |
| 173 | 173 | if (is_string($p->texte)) { |
| 174 | 174 | $fichier = $p->texte; |
| 175 | - $code = '"' . str_replace('"', '\"', $fichier) . '"'; |
|
| 175 | + $code = '"'.str_replace('"', '\"', $fichier).'"'; |
|
| 176 | 176 | } else { |
| 177 | 177 | $code = calculer_liste($p->texte, $p->descr, $boucles, $id_boucle); |
| 178 | 178 | if ($code and preg_match("/^'([^']*)'/s", $code, $r)) { |
@@ -221,7 +221,7 @@ discard block |
||
| 221 | 221 | return false; |
| 222 | 222 | } // j'aurais voulu toucher le fond ... |
| 223 | 223 | |
| 224 | - $contexte = 'array(' . $_contexte . ')'; |
|
| 224 | + $contexte = 'array('.$_contexte.')'; |
|
| 225 | 225 | |
| 226 | 226 | if ($env) { |
| 227 | 227 | $contexte = "array_merge('.var_export(\$Pile[0],1).',$contexte)"; |
@@ -236,16 +236,16 @@ discard block |
||
| 236 | 236 | $_options[] = $ajax; |
| 237 | 237 | } |
| 238 | 238 | $code = " ' . argumenter_squelette($code) . '"; |
| 239 | - $code = 'echo ' . sprintf( |
|
| 239 | + $code = 'echo '.sprintf( |
|
| 240 | 240 | CODE_RECUPERER_FOND, |
| 241 | 241 | $code, |
| 242 | 242 | $contexte, |
| 243 | 243 | implode(',', $_options), |
| 244 | 244 | "_request(\\'connect\\') ?? \\'\\'" |
| 245 | - ) . ';'; |
|
| 245 | + ).';'; |
|
| 246 | 246 | } |
| 247 | 247 | |
| 248 | - return "\n'<'.'" . '?php ' . $code . "\n?'." . "'>'"; |
|
| 248 | + return "\n'<'.'".'?php '.$code."\n?'."."'>'"; |
|
| 249 | 249 | } |
| 250 | 250 | |
| 251 | 251 | |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | $id = $id_table; |
| 326 | 326 | $statut = preg_replace(',\W,', '', $s['champ']); // securite |
| 327 | 327 | } |
| 328 | - $mstatut = $id . '.' . $statut; |
|
| 328 | + $mstatut = $id.'.'.$statut; |
|
| 329 | 329 | |
| 330 | 330 | $arg_ignore_previsu = ($ignore_previsu ? ',true' : ''); |
| 331 | 331 | include_spip('public/quete'); |
@@ -333,11 +333,11 @@ discard block |
||
| 333 | 333 | isset($s['post_date']) and $s['post_date'] |
| 334 | 334 | and $GLOBALS['meta']['post_dates'] == 'non' |
| 335 | 335 | ) { |
| 336 | - $date = $id . '.' . preg_replace(',\W,', '', $s['post_date']); // securite |
|
| 336 | + $date = $id.'.'.preg_replace(',\W,', '', $s['post_date']); // securite |
|
| 337 | 337 | array_unshift( |
| 338 | 338 | $boucle->where, |
| 339 | 339 | $echapper ? |
| 340 | - "\nquete_condition_postdates('$date'," . _q($boucle->sql_serveur) . "$arg_ignore_previsu)" |
|
| 340 | + "\nquete_condition_postdates('$date',"._q($boucle->sql_serveur)."$arg_ignore_previsu)" |
|
| 341 | 341 | : |
| 342 | 342 | quete_condition_postdates($date, $boucle->sql_serveur, $ignore_previsu) |
| 343 | 343 | ); |
@@ -346,9 +346,9 @@ discard block |
||
| 346 | 346 | $boucle->where, |
| 347 | 347 | $echapper ? |
| 348 | 348 | "\nquete_condition_statut('$mstatut'," |
| 349 | - . _q($s['previsu']) . ',' |
|
| 350 | - . _q($s['publie']) . ',' |
|
| 351 | - . _q($boucle->sql_serveur) . "$arg_ignore_previsu)" |
|
| 349 | + . _q($s['previsu']).',' |
|
| 350 | + . _q($s['publie']).',' |
|
| 351 | + . _q($boucle->sql_serveur)."$arg_ignore_previsu)" |
|
| 352 | 352 | : |
| 353 | 353 | quete_condition_statut($mstatut, $s['previsu'], $s['publie'], $boucle->sql_serveur, $ignore_previsu) |
| 354 | 354 | ); |
@@ -382,14 +382,14 @@ discard block |
||
| 382 | 382 | if (_request('var_mode_affiche') != 'resultat') { |
| 383 | 383 | $trace = ''; |
| 384 | 384 | } else { |
| 385 | - $_trace = $boucles[$id_boucle]->descr['nom'] . $id_boucle; |
|
| 385 | + $_trace = $boucles[$id_boucle]->descr['nom'].$id_boucle; |
|
| 386 | 386 | $_trace = "\$GLOBALS['debug_objets']['resultat']['$_trace']"; |
| 387 | 387 | $trace = " |
| 388 | 388 | if (empty($_trace)) { |
| 389 | 389 | $_trace = []; |
| 390 | 390 | } |
| 391 | 391 | if (count($_trace) < 3) { |
| 392 | - $_trace" . '[] = $t0; |
|
| 392 | + $_trace".'[] = $t0; |
|
| 393 | 393 | }'; |
| 394 | 394 | } |
| 395 | 395 | |
@@ -423,7 +423,7 @@ discard block |
||
| 423 | 423 | return |
| 424 | 424 | // Numrows[$nom] peut ne pas être encore defini |
| 425 | 425 | "\n\t\$save_numrows = (isset(\$Numrows['$nom']) ? \$Numrows['$nom'] : array());" |
| 426 | - . "\n\t\$t0 = " . $boucles[$id_boucle]->return . ';' |
|
| 426 | + . "\n\t\$t0 = ".$boucles[$id_boucle]->return.';' |
|
| 427 | 427 | . "\n\t\$Numrows['$nom'] = (\$save_numrows);" |
| 428 | 428 | . $trace |
| 429 | 429 | . "\n\treturn \$t0;"; |
@@ -491,7 +491,7 @@ discard block |
||
| 491 | 491 | // faudrait expanser le foreach a la compil, car y en a souvent qu'un |
| 492 | 492 | // et puis faire un [] plutot qu'un "','." |
| 493 | 493 | if ($boucle->doublons) { |
| 494 | - $corps .= "\n\t\t\tforeach(" . $boucle->doublons . ' as $k) $doublons[$k] .= "," . ' . |
|
| 494 | + $corps .= "\n\t\t\tforeach(".$boucle->doublons.' as $k) $doublons[$k] .= "," . '. |
|
| 495 | 495 | index_pile($id_boucle, $primary, $boucles) |
| 496 | 496 | . "; // doublons\n"; |
| 497 | 497 | } |
@@ -519,13 +519,13 @@ discard block |
||
| 519 | 519 | $corps .= |
| 520 | 520 | "\n\t\tlang_select_public(" |
| 521 | 521 | . index_pile($id_boucle, 'lang', $boucles) |
| 522 | - . ", '" . $boucle->lang_select . "'" |
|
| 522 | + . ", '".$boucle->lang_select."'" |
|
| 523 | 523 | . (in_array($type_boucle, [ |
| 524 | 524 | 'articles', |
| 525 | 525 | 'rubriques', |
| 526 | 526 | 'hierarchie', |
| 527 | 527 | 'breves' |
| 528 | - ]) ? ', ' . index_pile($id_boucle, 'titre', $boucles) : '') |
|
| 528 | + ]) ? ', '.index_pile($id_boucle, 'titre', $boucles) : '') |
|
| 529 | 529 | . ');'; |
| 530 | 530 | } else { |
| 531 | 531 | $init_lang = ''; |
@@ -547,20 +547,16 @@ discard block |
||
| 547 | 547 | |
| 548 | 548 | // gestion optimale des separateurs et des boucles constantes |
| 549 | 549 | if (is_countable($boucle->separateur) ? count($boucle->separateur) : 0) { |
| 550 | - $code_sep = ("'" . str_replace("'", "\'", join('', $boucle->separateur)) . "'"); |
|
| 550 | + $code_sep = ("'".str_replace("'", "\'", join('', $boucle->separateur))."'"); |
|
| 551 | 551 | } |
| 552 | 552 | |
| 553 | 553 | $corps .= |
| 554 | 554 | ((!$boucle->separateur) ? |
| 555 | - (($constant && !$corps && !$flag_cpt) ? $return : |
|
| 556 | - (($return === "''") ? '' : |
|
| 557 | - ("\n\t\t" . '$t0 .= ' . $return . ';'))) : |
|
| 558 | - ("\n\t\t\$t1 " . |
|
| 555 | + (($constant && !$corps && !$flag_cpt) ? $return : (($return === "''") ? '' : ("\n\t\t".'$t0 .= '.$return.';'))) : ("\n\t\t\$t1 ". |
|
| 559 | 556 | ((strpos($return, '$t1.') === 0) ? |
| 560 | - ('.=' . substr($return, 4)) : |
|
| 561 | - ('= ' . $return)) . |
|
| 562 | - ";\n\t\t" . |
|
| 563 | - '$t0 .= ((strlen($t1) && strlen($t0)) ? ' . $code_sep . " : '') . \$t1;")); |
|
| 557 | + ('.='.substr($return, 4)) : ('= '.$return)). |
|
| 558 | + ";\n\t\t". |
|
| 559 | + '$t0 .= ((strlen($t1) && strlen($t0)) ? '.$code_sep." : '') . \$t1;")); |
|
| 564 | 560 | |
| 565 | 561 | // Calculer les invalideurs si c'est une boucle non constante et si on |
| 566 | 562 | // souhaite invalider ces elements |
@@ -642,7 +638,7 @@ discard block |
||
| 642 | 638 | $corps, |
| 643 | 639 | $fin_lang, |
| 644 | 640 | $trace, |
| 645 | - 'BOUCLE' . $id_boucle . ' @ ' . ($boucle->descr['sourcefile']) |
|
| 641 | + 'BOUCLE'.$id_boucle.' @ '.($boucle->descr['sourcefile']) |
|
| 646 | 642 | ); |
| 647 | 643 | |
| 648 | 644 | # var_dump($a);exit; |
@@ -663,25 +659,24 @@ discard block |
||
| 663 | 659 | **/ |
| 664 | 660 | function calculer_requete_sql($boucle) { |
| 665 | 661 | $init = []; |
| 666 | - $init[] = calculer_dec('table', "'" . $boucle->id_table . "'"); |
|
| 667 | - $init[] = calculer_dec('id', "'" . $boucle->id_boucle . "'"); |
|
| 662 | + $init[] = calculer_dec('table', "'".$boucle->id_table."'"); |
|
| 663 | + $init[] = calculer_dec('id', "'".$boucle->id_boucle."'"); |
|
| 668 | 664 | # En absence de champ c'est un decompte : |
| 669 | 665 | $init[] = calculer_dec('from', calculer_from($boucle)); |
| 670 | 666 | $init[] = calculer_dec('type', calculer_from_type($boucle)); |
| 671 | 667 | $init[] = calculer_dec( |
| 672 | 668 | 'groupby', |
| 673 | - 'array(' . (($g = join("\",\n\t\t\"", $boucle->group)) ? '"' . $g . '"' : '') . ')' |
|
| 669 | + 'array('.(($g = join("\",\n\t\t\"", $boucle->group)) ? '"'.$g.'"' : '').')' |
|
| 674 | 670 | ); |
| 675 | - $init[] = calculer_dec('select', 'array("' . join("\",\n\t\t\"", $boucle->select) . '")'); |
|
| 676 | - $init[] = calculer_dec('orderby', 'array(' . calculer_order($boucle) . ')'); |
|
| 671 | + $init[] = calculer_dec('select', 'array("'.join("\",\n\t\t\"", $boucle->select).'")'); |
|
| 672 | + $init[] = calculer_dec('orderby', 'array('.calculer_order($boucle).')'); |
|
| 677 | 673 | $init[] = calculer_dec('where', calculer_dump_array($boucle->where)); |
| 678 | 674 | $init[] = calculer_dec('join', calculer_dump_join($boucle->join)); |
| 679 | 675 | $init[] = calculer_dec( |
| 680 | 676 | 'limit', |
| 681 | 677 | ( |
| 682 | 678 | strpos($boucle->limit, 'intval') === false ? |
| 683 | - "'" . ($boucle->limit) . "'" : |
|
| 684 | - $boucle->limit |
|
| 679 | + "'".($boucle->limit)."'" : $boucle->limit |
|
| 685 | 680 | ) |
| 686 | 681 | ); |
| 687 | 682 | $init[] = calculer_dec('having', calculer_dump_array($boucle->having)); |
@@ -690,17 +685,17 @@ discard block |
||
| 690 | 685 | // ou recalculée à chaque passage (vide) |
| 691 | 686 | foreach ($init as $i) { |
| 692 | 687 | if (reset($i)) { |
| 693 | - $s .= "\n\t\t" . end($i); |
|
| 688 | + $s .= "\n\t\t".end($i); |
|
| 694 | 689 | } # statique |
| 695 | 690 | else { |
| 696 | - $d .= "\n\t" . end($i); |
|
| 691 | + $d .= "\n\t".end($i); |
|
| 697 | 692 | } # dynamique |
| 698 | 693 | } |
| 699 | 694 | |
| 700 | 695 | return ($boucle->hierarchie ? "\n\t$boucle->hierarchie" : '') |
| 701 | 696 | . $boucle->in |
| 702 | 697 | . $boucle->hash |
| 703 | - . "\n\t" . 'if (!isset($command[\'table\'])) {' |
|
| 698 | + . "\n\t".'if (!isset($command[\'table\'])) {' |
|
| 704 | 699 | . $s |
| 705 | 700 | . "\n\t}" |
| 706 | 701 | . $d; |
@@ -783,7 +778,7 @@ discard block |
||
| 783 | 778 | * - index 1 : Code de l'affectation |
| 784 | 779 | **/ |
| 785 | 780 | function calculer_dec($nom, $val) { |
| 786 | - $static = 'if (!isset($command[\'' . $nom . '\'])) '; |
|
| 781 | + $static = 'if (!isset($command[\''.$nom.'\'])) '; |
|
| 787 | 782 | // si une variable apparait dans le calcul de la clause |
| 788 | 783 | // il faut la re-evaluer a chaque passage |
| 789 | 784 | if ( |
@@ -800,7 +795,7 @@ discard block |
||
| 800 | 795 | $static = ''; |
| 801 | 796 | } |
| 802 | 797 | |
| 803 | - return [$static, '$command[\'' . $nom . '\'] = ' . $val . ';']; |
|
| 798 | + return [$static, '$command[\''.$nom.'\'] = '.$val.';']; |
|
| 804 | 799 | } |
| 805 | 800 | |
| 806 | 801 | /** |
@@ -825,17 +820,17 @@ discard block |
||
| 825 | 820 | } |
| 826 | 821 | $res = ''; |
| 827 | 822 | if ($a and $a[0] == "'?'") { |
| 828 | - return ('(' . calculer_dump_array($a[1]) . |
|
| 829 | - ' ? ' . calculer_dump_array($a[2]) . |
|
| 830 | - ' : ' . calculer_dump_array($a[3]) . |
|
| 823 | + return ('('.calculer_dump_array($a[1]). |
|
| 824 | + ' ? '.calculer_dump_array($a[2]). |
|
| 825 | + ' : '.calculer_dump_array($a[3]). |
|
| 831 | 826 | ')'); |
| 832 | 827 | } else { |
| 833 | 828 | foreach ($a as $k => $v) { |
| 834 | - $showk = (is_numeric($k) ? '' : sql_quote($k) . ' => '); |
|
| 835 | - $res .= ', ' . $showk . calculer_dump_array($v); |
|
| 829 | + $showk = (is_numeric($k) ? '' : sql_quote($k).' => '); |
|
| 830 | + $res .= ', '.$showk.calculer_dump_array($v); |
|
| 836 | 831 | } |
| 837 | 832 | |
| 838 | - return "\n\t\t\tarray(" . substr($res, 2) . ')'; |
|
| 833 | + return "\n\t\t\tarray(".substr($res, 2).')'; |
|
| 839 | 834 | } |
| 840 | 835 | } |
| 841 | 836 | |
@@ -843,10 +838,10 @@ discard block |
||
| 843 | 838 | function calculer_dump_join($a) { |
| 844 | 839 | $res = ''; |
| 845 | 840 | foreach ($a as $k => $v) { |
| 846 | - $res .= ", '$k' => array(" . implode(',', $v) . ')'; |
|
| 841 | + $res .= ", '$k' => array(".implode(',', $v).')'; |
|
| 847 | 842 | } |
| 848 | 843 | |
| 849 | - return 'array(' . substr($res, 2) . ')'; |
|
| 844 | + return 'array('.substr($res, 2).')'; |
|
| 850 | 845 | } |
| 851 | 846 | |
| 852 | 847 | /** |
@@ -863,7 +858,7 @@ discard block |
||
| 863 | 858 | $res .= ",'$k' => '$v'"; |
| 864 | 859 | } |
| 865 | 860 | |
| 866 | - return 'array(' . substr($res, 1) . ')'; |
|
| 861 | + return 'array('.substr($res, 1).')'; |
|
| 867 | 862 | } |
| 868 | 863 | |
| 869 | 864 | /** |
@@ -881,7 +876,7 @@ discard block |
||
| 881 | 876 | $res .= ",'$k' => '$v'"; |
| 882 | 877 | } |
| 883 | 878 | |
| 884 | - return 'array(' . substr($res, 1) . ')'; |
|
| 879 | + return 'array('.substr($res, 1).')'; |
|
| 885 | 880 | } |
| 886 | 881 | |
| 887 | 882 | // https://code.spip.net/@calculer_order |
@@ -952,19 +947,19 @@ discard block |
||
| 952 | 947 | ) { |
| 953 | 948 | $res .= " .\n$tab$code"; |
| 954 | 949 | } else { |
| 955 | - $res = substr($res, 0, -1) . substr($code, 1); |
|
| 950 | + $res = substr($res, 0, -1).substr($code, 1); |
|
| 956 | 951 | } |
| 957 | 952 | } |
| 958 | 953 | |
| 959 | - return '(' . substr($res, 2 + $descr['niv']) . ')'; |
|
| 954 | + return '('.substr($res, 2 + $descr['niv']).')'; |
|
| 960 | 955 | } |
| 961 | 956 | } else { |
| 962 | - $nom = $descr['nom'] . $id_boucle . ($descr['niv'] ?: ''); |
|
| 957 | + $nom = $descr['nom'].$id_boucle.($descr['niv'] ?: ''); |
|
| 963 | 958 | |
| 964 | - return "join('', array_map('array_shift', \$GLOBALS['debug_objets']['sequence']['$nom'] = array(" . join( |
|
| 959 | + return "join('', array_map('array_shift', \$GLOBALS['debug_objets']['sequence']['$nom'] = array(".join( |
|
| 965 | 960 | " ,\n$tab", |
| 966 | 961 | $codes |
| 967 | - ) . ')))'; |
|
| 962 | + ).')))'; |
|
| 968 | 963 | } |
| 969 | 964 | } |
| 970 | 965 | |
@@ -992,7 +987,7 @@ discard block |
||
| 992 | 987 | // texte seul |
| 993 | 988 | case 'texte': |
| 994 | 989 | $code = sandbox_composer_texte($p->texte, $p); |
| 995 | - $commentaire = strlen($p->texte) . ' signes'; |
|
| 990 | + $commentaire = strlen($p->texte).' signes'; |
|
| 996 | 991 | $avant = ''; |
| 997 | 992 | $apres = ''; |
| 998 | 993 | $altern = "''"; |
@@ -1001,14 +996,14 @@ discard block |
||
| 1001 | 996 | case 'polyglotte': |
| 1002 | 997 | $code = ''; |
| 1003 | 998 | foreach ($p->traductions as $k => $v) { |
| 1004 | - $code .= ",'" . |
|
| 1005 | - str_replace(['\\', "'"], ['\\\\', "\\'"], $k) . |
|
| 1006 | - "' => '" . |
|
| 1007 | - str_replace(['\\', "'"], ['\\\\', "\\'"], $v) . |
|
| 999 | + $code .= ",'". |
|
| 1000 | + str_replace(['\\', "'"], ['\\\\', "\\'"], $k). |
|
| 1001 | + "' => '". |
|
| 1002 | + str_replace(['\\', "'"], ['\\\\', "\\'"], $v). |
|
| 1008 | 1003 | "'"; |
| 1009 | 1004 | } |
| 1010 | - $code = 'choisir_traduction(array(' . |
|
| 1011 | - substr($code, 1) . |
|
| 1005 | + $code = 'choisir_traduction(array('. |
|
| 1006 | + substr($code, 1). |
|
| 1012 | 1007 | '))'; |
| 1013 | 1008 | $commentaire = '&'; |
| 1014 | 1009 | $avant = ''; |
@@ -1024,7 +1019,7 @@ discard block |
||
| 1024 | 1019 | $err_e_c = true; |
| 1025 | 1020 | $code = "''"; |
| 1026 | 1021 | } else { |
| 1027 | - $commentaire = '<INCLURE ' . addslashes(str_replace("\n", ' ', $code)) . '>'; |
|
| 1022 | + $commentaire = '<INCLURE '.addslashes(str_replace("\n", ' ', $code)).'>'; |
|
| 1028 | 1023 | $avant = ''; |
| 1029 | 1024 | $apres = ''; |
| 1030 | 1025 | $altern = "''"; |
@@ -1053,8 +1048,8 @@ discard block |
||
| 1053 | 1048 | $err_e_c = true; |
| 1054 | 1049 | $code = "''"; |
| 1055 | 1050 | } else { |
| 1056 | - $code = 'BOUCLE' . |
|
| 1057 | - str_replace('-', '_', $nom) . $descr['nom'] . |
|
| 1051 | + $code = 'BOUCLE'. |
|
| 1052 | + str_replace('-', '_', $nom).$descr['nom']. |
|
| 1058 | 1053 | '($Cache, $Pile, $doublons, $Numrows, $SP)'; |
| 1059 | 1054 | $commentaire = "?$nom"; |
| 1060 | 1055 | if ( |
@@ -1096,24 +1091,22 @@ discard block |
||
| 1096 | 1091 | foreach ($p->arg as $k => $v) { |
| 1097 | 1092 | $_v = calculer_liste($v, $descr, $boucles, $id_boucle); |
| 1098 | 1093 | if ($k) { |
| 1099 | - $l[] = _q($k) . ' => ' . $_v; |
|
| 1094 | + $l[] = _q($k).' => '.$_v; |
|
| 1100 | 1095 | } else { |
| 1101 | 1096 | $code = $_v; |
| 1102 | 1097 | } |
| 1103 | 1098 | } |
| 1104 | 1099 | // Si le module n'est pas fourni, l'expliciter sauf si calculé |
| 1105 | 1100 | if ($p->module) { |
| 1106 | - $m = $p->module . ':' . $p->nom_champ; |
|
| 1101 | + $m = $p->module.':'.$p->nom_champ; |
|
| 1107 | 1102 | } elseif ($p->nom_champ) { |
| 1108 | - $m = MODULES_IDIOMES . ':' . $p->nom_champ; |
|
| 1103 | + $m = MODULES_IDIOMES.':'.$p->nom_champ; |
|
| 1109 | 1104 | } else { |
| 1110 | 1105 | $m = ''; |
| 1111 | 1106 | } |
| 1112 | 1107 | |
| 1113 | - $code = (!$code ? "'$m'" : |
|
| 1114 | - ($m ? "'$m' . $code" : |
|
| 1115 | - ("(strpos(\$x=$code, ':') ? \$x : ('" . MODULES_IDIOMES . ":' . \$x))"))) |
|
| 1116 | - . (!$l ? '' : (', array(' . implode(",\n", $l) . ')')); |
|
| 1108 | + $code = (!$code ? "'$m'" : ($m ? "'$m' . $code" : ("(strpos(\$x=$code, ':') ? \$x : ('".MODULES_IDIOMES.":' . \$x))"))) |
|
| 1109 | + . (!$l ? '' : (', array('.implode(",\n", $l).')')); |
|
| 1117 | 1110 | $code = "_T($code)"; |
| 1118 | 1111 | if ($p->param) { |
| 1119 | 1112 | $p->id_boucle = $id_boucle; |
@@ -1135,7 +1128,7 @@ discard block |
||
| 1135 | 1128 | $p->type_requete = $type; |
| 1136 | 1129 | |
| 1137 | 1130 | $code = calculer_champ($p); |
| 1138 | - $commentaire = '#' . $p->nom_champ . $p->etoile; |
|
| 1131 | + $commentaire = '#'.$p->nom_champ.$p->etoile; |
|
| 1139 | 1132 | $avant = calculer_liste( |
| 1140 | 1133 | $p->avant, |
| 1141 | 1134 | $descr, |
@@ -1175,10 +1168,9 @@ discard block |
||
| 1175 | 1168 | if ($code != "''") { |
| 1176 | 1169 | $code = compile_retour($code, $avant, $apres, $altern, $tab, $descr['niv']); |
| 1177 | 1170 | $codes[] = (($mode == 'validation') ? |
| 1178 | - "array($code, '$commentaire', " . $p->ligne . ')' |
|
| 1171 | + "array($code, '$commentaire', ".$p->ligne.')' |
|
| 1179 | 1172 | : (($mode == 'code') ? |
| 1180 | - "\n// $commentaire\n$code" : |
|
| 1181 | - $code)); |
|
| 1173 | + "\n// $commentaire\n$code" : $code)); |
|
| 1182 | 1174 | } |
| 1183 | 1175 | } // foreach |
| 1184 | 1176 | |
@@ -1235,19 +1227,19 @@ discard block |
||
| 1235 | 1227 | $cond = ''; |
| 1236 | 1228 | } elseif (preg_match(_REGEXP_COND_VIDE_NONVIDE, $code, $r)) { |
| 1237 | 1229 | $t = $r[2]; |
| 1238 | - $cond = '!' . $r[1]; |
|
| 1230 | + $cond = '!'.$r[1]; |
|
| 1239 | 1231 | } else { |
| 1240 | 1232 | if (preg_match(_REGEXP_COND_NONVIDE_VIDE, $code, $r)) { |
| 1241 | 1233 | $t = $r[2]; |
| 1242 | 1234 | $cond = $r[1]; |
| 1243 | 1235 | } else { |
| 1244 | - $t = '$t' . $n; |
|
| 1236 | + $t = '$t'.$n; |
|
| 1245 | 1237 | $cond = "($t = $code)!==''"; |
| 1246 | 1238 | } |
| 1247 | 1239 | } |
| 1248 | 1240 | |
| 1249 | - $res = (!$avant ? '' : "$avant . ") . |
|
| 1250 | - $t . |
|
| 1241 | + $res = (!$avant ? '' : "$avant . "). |
|
| 1242 | + $t. |
|
| 1251 | 1243 | (!$apres ? '' : " . $apres"); |
| 1252 | 1244 | |
| 1253 | 1245 | if ($res !== $t) { |
@@ -1299,12 +1291,12 @@ discard block |
||
| 1299 | 1291 | |
| 1300 | 1292 | // rendre inertes les echappements de #[](){}<> |
| 1301 | 1293 | $i = 0; |
| 1302 | - while (false !== strpos($squelette, $inerte = '-INERTE' . $i)) { |
|
| 1294 | + while (false !== strpos($squelette, $inerte = '-INERTE'.$i)) { |
|
| 1303 | 1295 | $i++; |
| 1304 | 1296 | } |
| 1305 | 1297 | $squelette = preg_replace_callback( |
| 1306 | 1298 | ',\\\\([#[()\]{}<>]),', |
| 1307 | - fn($a) => "$inerte-" . ord($a[1]) . '-', |
|
| 1299 | + fn($a) => "$inerte-".ord($a[1]).'-', |
|
| 1308 | 1300 | $squelette, |
| 1309 | 1301 | -1, |
| 1310 | 1302 | $esc |
@@ -1320,7 +1312,7 @@ discard block |
||
| 1320 | 1312 | // Phraser le squelette, selon sa grammaire |
| 1321 | 1313 | |
| 1322 | 1314 | $boucles = []; |
| 1323 | - $f = charger_fonction('phraser_' . $gram, 'public'); |
|
| 1315 | + $f = charger_fonction('phraser_'.$gram, 'public'); |
|
| 1324 | 1316 | |
| 1325 | 1317 | $squelette = $f($squelette, '', $boucles, $descr); |
| 1326 | 1318 | |
@@ -1336,7 +1328,7 @@ discard block |
||
| 1336 | 1328 | ); |
| 1337 | 1329 | $boucles[$i]->descr['squelette'] = preg_replace_callback( |
| 1338 | 1330 | ",$inerte-(\d+)-,", |
| 1339 | - fn($a) => '\\\\' . chr($a[1]), |
|
| 1331 | + fn($a) => '\\\\'.chr($a[1]), |
|
| 1340 | 1332 | $boucle->descr['squelette'] |
| 1341 | 1333 | ); |
| 1342 | 1334 | } |
@@ -1347,19 +1339,19 @@ discard block |
||
| 1347 | 1339 | include_spip('public/decompiler'); |
| 1348 | 1340 | foreach ($boucles as $id => $boucle) { |
| 1349 | 1341 | if ($id) { |
| 1350 | - $decomp = "\n/* BOUCLE " . |
|
| 1351 | - $boucle->type_requete . |
|
| 1352 | - ' ' . |
|
| 1353 | - str_replace('*/', '* /', public_decompiler($boucle, $gram, 0, 'criteres')) . |
|
| 1354 | - ($boucle->debug ? "\n *\n * " . implode("\n * ", $boucle->debug) . "\n" : '') . |
|
| 1342 | + $decomp = "\n/* BOUCLE ". |
|
| 1343 | + $boucle->type_requete. |
|
| 1344 | + ' '. |
|
| 1345 | + str_replace('*/', '* /', public_decompiler($boucle, $gram, 0, 'criteres')). |
|
| 1346 | + ($boucle->debug ? "\n *\n * ".implode("\n * ", $boucle->debug)."\n" : ''). |
|
| 1355 | 1347 | " */\n"; |
| 1356 | 1348 | } else { |
| 1357 | - $decomp = ("\n/*\n" . |
|
| 1349 | + $decomp = ("\n/*\n". |
|
| 1358 | 1350 | str_replace('*/', '* /', public_decompiler($squelette, $gram)) |
| 1359 | 1351 | . "\n*/"); |
| 1360 | 1352 | } |
| 1361 | - $boucles[$id]->return = $decomp . $boucle->return; |
|
| 1362 | - $GLOBALS['debug_objets']['code'][$nom . $id] = $boucle->return; |
|
| 1353 | + $boucles[$id]->return = $decomp.$boucle->return; |
|
| 1354 | + $GLOBALS['debug_objets']['code'][$nom.$id] = $boucle->return; |
|
| 1363 | 1355 | } |
| 1364 | 1356 | } |
| 1365 | 1357 | |
@@ -1382,7 +1374,7 @@ discard block |
||
| 1382 | 1374 | } |
| 1383 | 1375 | } |
| 1384 | 1376 | foreach ($boucles as $id => $boucle) { |
| 1385 | - $GLOBALS['debug_objets']['boucle'][$nom . $id] = $boucle; |
|
| 1377 | + $GLOBALS['debug_objets']['boucle'][$nom.$id] = $boucle; |
|
| 1386 | 1378 | } |
| 1387 | 1379 | $descr['documents'] = compile_inclure_doublons($squelette); |
| 1388 | 1380 | |
@@ -1473,8 +1465,7 @@ discard block |
||
| 1473 | 1465 | } else { |
| 1474 | 1466 | $boucles[$id]->type_requete = false; |
| 1475 | 1467 | $boucle = $boucles[$id]; |
| 1476 | - $x = (!$boucle->sql_serveur ? '' : |
|
| 1477 | - ($boucle->sql_serveur . ':')) . |
|
| 1468 | + $x = (!$boucle->sql_serveur ? '' : ($boucle->sql_serveur.':')). |
|
| 1478 | 1469 | $type; |
| 1479 | 1470 | $msg = [ |
| 1480 | 1471 | 'zbug_table_inconnue', |
@@ -1564,13 +1555,13 @@ discard block |
||
| 1564 | 1555 | if ( |
| 1565 | 1556 | // fonction de boucle avec serveur & table |
| 1566 | 1557 | (!$serveur or |
| 1567 | - ((!function_exists($f = 'boucle_' . $serveur . '_' . $table)) |
|
| 1568 | - and (!function_exists($f = $f . '_dist')) |
|
| 1558 | + ((!function_exists($f = 'boucle_'.$serveur.'_'.$table)) |
|
| 1559 | + and (!function_exists($f = $f.'_dist')) |
|
| 1569 | 1560 | ) |
| 1570 | 1561 | ) |
| 1571 | 1562 | // fonction de boucle avec table |
| 1572 | - and (!function_exists($f = 'boucle_' . $table)) |
|
| 1573 | - and (!function_exists($f = $f . '_dist')) |
|
| 1563 | + and (!function_exists($f = 'boucle_'.$table)) |
|
| 1564 | + and (!function_exists($f = $f.'_dist')) |
|
| 1574 | 1565 | ) { |
| 1575 | 1566 | // fonction de boucle standard |
| 1576 | 1567 | if (!function_exists($f = 'boucle_DEFAUT')) { |
@@ -1578,20 +1569,20 @@ discard block |
||
| 1578 | 1569 | } |
| 1579 | 1570 | } |
| 1580 | 1571 | |
| 1581 | - $req = "\n\n\tstatic \$command = array();\n\t" . |
|
| 1582 | - "static \$connect;\n\t" . |
|
| 1583 | - "\$command['connect'] = \$connect = " . |
|
| 1584 | - _q($boucle->sql_serveur) . |
|
| 1585 | - ';' . |
|
| 1572 | + $req = "\n\n\tstatic \$command = array();\n\t". |
|
| 1573 | + "static \$connect;\n\t". |
|
| 1574 | + "\$command['connect'] = \$connect = ". |
|
| 1575 | + _q($boucle->sql_serveur). |
|
| 1576 | + ';'. |
|
| 1586 | 1577 | $f($id, $boucles); |
| 1587 | 1578 | } else { |
| 1588 | 1579 | $req = ("\n\treturn '';"); |
| 1589 | 1580 | } |
| 1590 | 1581 | |
| 1591 | 1582 | $boucles[$id]->return = |
| 1592 | - "\n\nfunction BOUCLE" . strtr($id, '-', '_') . $nom . |
|
| 1593 | - '(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {' . |
|
| 1594 | - $req . |
|
| 1583 | + "\n\nfunction BOUCLE".strtr($id, '-', '_').$nom. |
|
| 1584 | + '(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {'. |
|
| 1585 | + $req. |
|
| 1595 | 1586 | "\n}\n"; |
| 1596 | 1587 | } |
| 1597 | 1588 | |
@@ -1601,7 +1592,7 @@ discard block |
||
| 1601 | 1592 | return false; |
| 1602 | 1593 | } |
| 1603 | 1594 | |
| 1604 | - $principal = "\nfunction " . $nom . '($Cache, $Pile, $doublons = array(), $Numrows = array(), $SP = 0) { |
|
| 1595 | + $principal = "\nfunction ".$nom.'($Cache, $Pile, $doublons = array(), $Numrows = array(), $SP = 0) { |
|
| 1605 | 1596 | ' |
| 1606 | 1597 | // reporter de maniere securisee les doublons inclus |
| 1607 | 1598 | . ' |
@@ -1609,15 +1600,15 @@ discard block |
||
| 1609 | 1600 | $doublons = nettoyer_env_doublons($Pile[0]["doublons"]); |
| 1610 | 1601 | |
| 1611 | 1602 | $connect = ' . |
| 1612 | - _q($connect) . '; |
|
| 1603 | + _q($connect).'; |
|
| 1613 | 1604 | $page = ' . |
| 1614 | 1605 | // ATTENTION, le calcul de l'expression $corps affectera $Cache |
| 1615 | 1606 | // c'est pourquoi on l'affecte a la variable auxiliaire $page. |
| 1616 | 1607 | // avant de referencer $Cache |
| 1617 | - $corps . '; |
|
| 1608 | + $corps.'; |
|
| 1618 | 1609 | |
| 1619 | 1610 | return analyse_resultat_skel(' . var_export($nom, true) |
| 1620 | - . ', $Cache, $page, ' . var_export($sourcefile, true) . '); |
|
| 1611 | + . ', $Cache, $page, '.var_export($sourcefile, true).'); |
|
| 1621 | 1612 | }'; |
| 1622 | 1613 | |
| 1623 | 1614 | $secondes = spip_timer('calcul_skel'); |
@@ -1631,10 +1622,10 @@ discard block |
||
| 1631 | 1622 | $code->return = ' |
| 1632 | 1623 | // |
| 1633 | 1624 | // Fonction principale du squelette ' . |
| 1634 | - $sourcefile . |
|
| 1635 | - ($connect ? " pour $connect" : '') . |
|
| 1636 | - (!CODE_COMMENTE ? '' : "\n// Temps de compilation total: $secondes") . |
|
| 1637 | - "\n//\n" . |
|
| 1625 | + $sourcefile. |
|
| 1626 | + ($connect ? " pour $connect" : ''). |
|
| 1627 | + (!CODE_COMMENTE ? '' : "\n// Temps de compilation total: $secondes"). |
|
| 1628 | + "\n//\n". |
|
| 1638 | 1629 | $principal; |
| 1639 | 1630 | |
| 1640 | 1631 | $boucles[''] = $code; |
@@ -1686,7 +1677,7 @@ discard block |
||
| 1686 | 1677 | **/ |
| 1687 | 1678 | function requeteur_data_dist(&$boucles, &$boucle, &$id) { |
| 1688 | 1679 | include_spip('iterateur/data'); |
| 1689 | - if ($h = charger_fonction($boucle->type_requete . '_to_array', 'inc', true)) { |
|
| 1680 | + if ($h = charger_fonction($boucle->type_requete.'_to_array', 'inc', true)) { |
|
| 1690 | 1681 | $g = charger_fonction('data', 'iterateur'); |
| 1691 | 1682 | $boucles[$id] = $g($boucle); |
| 1692 | 1683 | // from[0] stocke le type de data (rss, yql, ...) |
@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | $type .= ($struct->type_requete ?: $struct->table_optionnelle); |
| 30 | 30 | |
| 31 | 31 | if ($struct->jointures_explicites) { |
| 32 | - $type .= ' ' . $struct->jointures_explicites; |
|
| 32 | + $type .= ' '.$struct->jointures_explicites; |
|
| 33 | 33 | } |
| 34 | 34 | if ($struct->table_optionnelle) { |
| 35 | 35 | $type .= '?'; |
@@ -38,11 +38,11 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | $crit = $struct->param; |
| 40 | 40 | if ($crit and !is_array($crit[0])) { |
| 41 | - $type = strtolower($type) . array_shift($crit); |
|
| 41 | + $type = strtolower($type).array_shift($crit); |
|
| 42 | 42 | } |
| 43 | 43 | $crit = decompiler_criteres($struct, $fmt, $prof); |
| 44 | 44 | |
| 45 | - $f = 'format_boucle_' . $fmt; |
|
| 45 | + $f = 'format_boucle_'.$fmt; |
|
| 46 | 46 | |
| 47 | 47 | return $f($preaff, $avant, $nom, $type, $crit, $milieu, $apres, $altern, $postaff, $prof); |
| 48 | 48 | } |
@@ -55,21 +55,20 @@ discard block |
||
| 55 | 55 | $res[] = decompiler_($v, $fmt, $prof); |
| 56 | 56 | } |
| 57 | 57 | } |
| 58 | - $file = is_string($struct->texte) ? $struct->texte : |
|
| 59 | - decompiler_($struct->texte, $fmt, $prof); |
|
| 60 | - $f = 'format_inclure_' . $fmt; |
|
| 58 | + $file = is_string($struct->texte) ? $struct->texte : decompiler_($struct->texte, $fmt, $prof); |
|
| 59 | + $f = 'format_inclure_'.$fmt; |
|
| 61 | 60 | |
| 62 | 61 | return $f($file, $res, $prof); |
| 63 | 62 | } |
| 64 | 63 | |
| 65 | 64 | function decompiler_texte($struct, $fmt = '', $prof = 0) { |
| 66 | - $f = 'format_texte_' . $fmt; |
|
| 65 | + $f = 'format_texte_'.$fmt; |
|
| 67 | 66 | |
| 68 | 67 | return strlen($struct->texte) ? $f($struct->texte, $prof) : ''; |
| 69 | 68 | } |
| 70 | 69 | |
| 71 | 70 | function decompiler_polyglotte($struct, $fmt = '', $prof = 0) { |
| 72 | - $f = 'format_polyglotte_' . $fmt; |
|
| 71 | + $f = 'format_polyglotte_'.$fmt; |
|
| 73 | 72 | |
| 74 | 73 | return $f($struct->traductions, $prof); |
| 75 | 74 | } |
@@ -82,7 +81,7 @@ discard block |
||
| 82 | 81 | |
| 83 | 82 | $filtres = decompiler_liste($struct->param, $fmt, $prof); |
| 84 | 83 | |
| 85 | - $f = 'format_idiome_' . $fmt; |
|
| 84 | + $f = 'format_idiome_'.$fmt; |
|
| 86 | 85 | |
| 87 | 86 | return $f($struct->nom_champ, $struct->module, $args, $filtres, $prof); |
| 88 | 87 | } |
@@ -97,7 +96,7 @@ discard block |
||
| 97 | 96 | } |
| 98 | 97 | $filtres = decompiler_liste($p, $fmt, $prof); |
| 99 | 98 | } |
| 100 | - $f = 'format_champ_' . $fmt; |
|
| 99 | + $f = 'format_champ_'.$fmt; |
|
| 101 | 100 | |
| 102 | 101 | return $f($struct->nom_champ, $struct->nom_boucle, $struct->etoile, $avant, $apres, $args, $filtres, $prof); |
| 103 | 102 | } |
@@ -106,7 +105,7 @@ discard block |
||
| 106 | 105 | if (!is_array($sources)) { |
| 107 | 106 | return ''; |
| 108 | 107 | } |
| 109 | - $f = 'format_liste_' . $fmt; |
|
| 108 | + $f = 'format_liste_'.$fmt; |
|
| 110 | 109 | $res = ''; |
| 111 | 110 | foreach ($sources as $arg) { |
| 112 | 111 | if (!is_array($arg)) { |
@@ -123,7 +122,7 @@ discard block |
||
| 123 | 122 | and (strlen($v[0]->apres) == 1) |
| 124 | 123 | and $v[0]->apres == $v[0]->avant |
| 125 | 124 | ) { |
| 126 | - $args[] = $v[0]->avant . $v[0]->texte . $v[0]->apres; |
|
| 125 | + $args[] = $v[0]->avant.$v[0]->texte.$v[0]->apres; |
|
| 127 | 126 | } else { |
| 128 | 127 | $args[] = decompiler_($v, $fmt, 0 - $prof); |
| 129 | 128 | } |
@@ -146,7 +145,7 @@ discard block |
||
| 146 | 145 | return ''; |
| 147 | 146 | } |
| 148 | 147 | $res = ''; |
| 149 | - $f = 'format_critere_' . $fmt; |
|
| 148 | + $f = 'format_critere_'.$fmt; |
|
| 150 | 149 | foreach ($sources as $crit) { |
| 151 | 150 | if (!is_array($crit)) { |
| 152 | 151 | continue; |
@@ -159,13 +158,13 @@ discard block |
||
| 159 | 158 | and $v[0]->type == 'texte' |
| 160 | 159 | and $v[0]->apres |
| 161 | 160 | ) { |
| 162 | - $args[] = [['texte', ($v[0]->apres . $v[0]->texte . $v[0]->apres)]]; |
|
| 161 | + $args[] = [['texte', ($v[0]->apres.$v[0]->texte.$v[0]->apres)]]; |
|
| 163 | 162 | } else { |
| 164 | 163 | $res2 = []; |
| 165 | 164 | foreach ($v as $k => $p) { |
| 166 | 165 | if ( |
| 167 | 166 | isset($p->type) |
| 168 | - and function_exists($d = 'decompiler_' . $p->type) |
|
| 167 | + and function_exists($d = 'decompiler_'.$p->type) |
|
| 169 | 168 | ) { |
| 170 | 169 | $r = $d($p, $fmt, (0 - $prof), @$v[$k + 1]); |
| 171 | 170 | $res2[] = [$p->type, $r]; |
@@ -193,7 +192,7 @@ discard block |
||
| 193 | 192 | if (!isset($p->type)) { |
| 194 | 193 | continue; |
| 195 | 194 | } #?????? |
| 196 | - $d = 'decompiler_' . $p->type; |
|
| 195 | + $d = 'decompiler_'.$p->type; |
|
| 197 | 196 | $next = $liste[$k + 1] ?? false; |
| 198 | 197 | // Forcer le champ etendu si son source (pas les reecritures) |
| 199 | 198 | // contenait des args et s'il est suivi d'espaces, |
@@ -218,16 +217,16 @@ discard block |
||
| 218 | 217 | } |
| 219 | 218 | $contenu[] = [$d($p, $fmt, $prof2), $p->type]; |
| 220 | 219 | } |
| 221 | - $f = 'format_suite_' . $fmt; |
|
| 220 | + $f = 'format_suite_'.$fmt; |
|
| 222 | 221 | |
| 223 | 222 | return $f($contenu); |
| 224 | 223 | } |
| 225 | 224 | |
| 226 | 225 | function public_decompiler($liste, $fmt = '', $prof = 0, $quoi = '') { |
| 227 | - if (!include_spip('public/format_' . $fmt)) { |
|
| 226 | + if (!include_spip('public/format_'.$fmt)) { |
|
| 228 | 227 | return "'$fmt'?"; |
| 229 | 228 | } |
| 230 | - $f = 'decompiler_' . $quoi; |
|
| 229 | + $f = 'decompiler_'.$quoi; |
|
| 231 | 230 | |
| 232 | 231 | return $f($liste, $fmt, $prof); |
| 233 | 232 | } |
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | $GLOBALS['debug_objets']['courant'] = $nom; |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | - $phpfile = sous_repertoire(_DIR_SKELS, '', false, true) . $nom . '.php'; |
|
| 59 | + $phpfile = sous_repertoire(_DIR_SKELS, '', false, true).$nom.'.php'; |
|
| 60 | 60 | |
| 61 | 61 | // si squelette est deja compile et perenne, le charger |
| 62 | 62 | if (!squelette_obsolete($phpfile, $source)) { |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | #} |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | - if (file_exists($lib = $squelette . '_fonctions' . '.php')) { |
|
| 72 | + if (file_exists($lib = $squelette.'_fonctions'.'.php')) { |
|
| 73 | 73 | include_once $lib; |
| 74 | 74 | } |
| 75 | 75 | |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | eval("return true; $f ;"); |
| 98 | 98 | } catch (\ParseError $e) { |
| 99 | 99 | // Code syntaxiquement faux (critere etc mal programme') |
| 100 | - $msg = _T('zbug_erreur_compilation') . ' | Line ' . $e->getLine() . ' : ' . $e->getMessage(); |
|
| 100 | + $msg = _T('zbug_erreur_compilation').' | Line '.$e->getLine().' : '.$e->getMessage(); |
|
| 101 | 101 | erreur_squelette($msg, $boucle); |
| 102 | 102 | // continuer pour trouver d'autres fautes eventuelles |
| 103 | 103 | // mais prevenir que c'est mort |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | |
| 126 | 126 | if (defined('_VAR_MODE') and _VAR_MODE == 'debug') { |
| 127 | 127 | // Tracer ce qui vient d'etre compile |
| 128 | - $GLOBALS['debug_objets']['code'][$nom . 'tout'] = $code; |
|
| 128 | + $GLOBALS['debug_objets']['code'][$nom.'tout'] = $code; |
|
| 129 | 129 | |
| 130 | 130 | // si c'est ce que demande le debusqueur, lui passer la main |
| 131 | 131 | if ( |
@@ -149,13 +149,13 @@ discard block |
||
| 149 | 149 | $code = " |
| 150 | 150 | /* |
| 151 | 151 | * Squelette : $sourcefile |
| 152 | - * Date : " . gmdate('D, d M Y H:i:s', @filemtime($sourcefile)) . ' GMT |
|
| 153 | - * Compile : ' . gmdate('D, d M Y H:i:s', time()) . ' GMT |
|
| 154 | - * ' . (!$boucles ? 'Pas de boucle' : ('Boucles : ' . $noms)) . ' |
|
| 152 | + * Date : ".gmdate('D, d M Y H:i:s', @filemtime($sourcefile)).' GMT |
|
| 153 | + * Compile : ' . gmdate('D, d M Y H:i:s', time()).' GMT |
|
| 154 | + * ' . (!$boucles ? 'Pas de boucle' : ('Boucles : '.$noms)).' |
|
| 155 | 155 | */ '; |
| 156 | 156 | } |
| 157 | 157 | |
| 158 | - $code = '<' . "?php\n" . $code . join('', $boucles) . "\n?" . '>'; |
|
| 158 | + $code = '<'."?php\n".$code.join('', $boucles)."\n?".'>'; |
|
| 159 | 159 | if (!defined('_VAR_NOCACHE') or !_VAR_NOCACHE) { |
| 160 | 160 | ecrire_fichier($phpfile, $code); |
| 161 | 161 | } |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | $j = join('-', array_map('ucwords', explode('-', strtolower($r[2])))); |
| 220 | 220 | |
| 221 | 221 | if ($j == 'X-Spip-Filtre' and isset($headers[$j])) { |
| 222 | - $headers[$j] .= '|' . $r[3]; |
|
| 222 | + $headers[$j] .= '|'.$r[3]; |
|
| 223 | 223 | } else { |
| 224 | 224 | $headers[$j] = $r[3]; |
| 225 | 225 | } |
@@ -227,10 +227,10 @@ discard block |
||
| 227 | 227 | } |
| 228 | 228 | // S'agit-il d'un resultat constant ou contenant du code php |
| 229 | 229 | $process_ins = ( |
| 230 | - strpos($corps, '<' . '?') === false |
|
| 230 | + strpos($corps, '<'.'?') === false |
|
| 231 | 231 | or |
| 232 | - (strpos($corps, '<' . '?xml') !== false and |
|
| 233 | - strpos(str_replace('<' . '?xml', '', $corps), '<' . '?') === false) |
|
| 232 | + (strpos($corps, '<'.'?xml') !== false and |
|
| 233 | + strpos(str_replace('<'.'?xml', '', $corps), '<'.'?') === false) |
|
| 234 | 234 | ) |
| 235 | 235 | ? 'html' |
| 236 | 236 | : 'php'; |
@@ -259,10 +259,10 @@ discard block |
||
| 259 | 259 | |
| 260 | 260 | if ($process_ins == 'html') { |
| 261 | 261 | $skel['process_ins'] = ( |
| 262 | - strpos($corps, '<' . '?') === false |
|
| 262 | + strpos($corps, '<'.'?') === false |
|
| 263 | 263 | or |
| 264 | - (strpos($corps, '<' . '?xml') !== false and |
|
| 265 | - strpos(str_replace('<' . '?xml', '', $corps), '<' . '?') === false) |
|
| 264 | + (strpos($corps, '<'.'?xml') !== false and |
|
| 265 | + strpos(str_replace('<'.'?xml', '', $corps), '<'.'?') === false) |
|
| 266 | 266 | ) |
| 267 | 267 | ? 'html' |
| 268 | 268 | : 'php'; |
@@ -280,7 +280,7 @@ discard block |
||
| 280 | 280 | // |
| 281 | 281 | |
| 282 | 282 | /** Code PHP pour inclure une balise dynamique à l'exécution d'une page */ |
| 283 | -define('CODE_INCLURE_BALISE', '<' . '?php |
|
| 283 | +define('CODE_INCLURE_BALISE', '<'.'?php |
|
| 284 | 284 | include_once("%s"); |
| 285 | 285 | if ($lang_select = "%s") $lang_select = lang_select($lang_select); |
| 286 | 286 | inserer_balise_dynamique(balise_%s_dyn(%s), array(%s)); |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | // pas de lien symbolique sous Windows |
| 312 | 312 | and !(stristr(PHP_OS, 'WIN') and strpos($file, ':') !== false) |
| 313 | 313 | ) { |
| 314 | - $file = './" . _DIR_RACINE . "' . $file; |
|
| 314 | + $file = './" . _DIR_RACINE . "'.$file; |
|
| 315 | 315 | } |
| 316 | 316 | |
| 317 | 317 | $lang = $context_compil[4]; |
@@ -321,7 +321,7 @@ discard block |
||
| 321 | 321 | |
| 322 | 322 | $args = array_map('argumenter_squelette', $args); |
| 323 | 323 | if (!empty($context_compil['appel_php_depuis_modele'])) { |
| 324 | - $args[0] = 'arguments_balise_dyn_depuis_modele(' . $args[0] . ')'; |
|
| 324 | + $args[0] = 'arguments_balise_dyn_depuis_modele('.$args[0].')'; |
|
| 325 | 325 | } |
| 326 | 326 | $args = join(', ', $args); |
| 327 | 327 | |
@@ -355,14 +355,14 @@ discard block |
||
| 355 | 355 | if (is_object($v)) { |
| 356 | 356 | return var_export($v, true); |
| 357 | 357 | } elseif (!is_array($v)) { |
| 358 | - return "'" . texte_script((string) $v) . "'"; |
|
| 358 | + return "'".texte_script((string) $v)."'"; |
|
| 359 | 359 | } else { |
| 360 | 360 | $out = []; |
| 361 | 361 | foreach ($v as $k => $val) { |
| 362 | - $out [] = argumenter_squelette($k) . '=>' . argumenter_squelette($val); |
|
| 362 | + $out [] = argumenter_squelette($k).'=>'.argumenter_squelette($val); |
|
| 363 | 363 | } |
| 364 | 364 | |
| 365 | - return 'array(' . join(', ', $out) . ')'; |
|
| 365 | + return 'array('.join(', ', $out).')'; |
|
| 366 | 366 | } |
| 367 | 367 | } |
| 368 | 368 | |
@@ -440,7 +440,7 @@ discard block |
||
| 440 | 440 | } |
| 441 | 441 | |
| 442 | 442 | // Y a-t-il une fonction de traitement des arguments ? |
| 443 | - $f = 'balise_' . $nom_balise . '_stat'; |
|
| 443 | + $f = 'balise_'.$nom_balise.'_stat'; |
|
| 444 | 444 | |
| 445 | 445 | $r = !function_exists($f) ? $args : $f($args, $context_compil); |
| 446 | 446 | |
@@ -450,18 +450,18 @@ discard block |
||
| 450 | 450 | |
| 451 | 451 | // verifier que la fonction dyn est la, |
| 452 | 452 | // sinon se replier sur la generique si elle existe |
| 453 | - if (!function_exists('balise_' . $nom_balise . '_dyn')) { |
|
| 453 | + if (!function_exists('balise_'.$nom_balise.'_dyn')) { |
|
| 454 | 454 | if ( |
| 455 | 455 | $balise_generique = chercher_balise_generique($nom) |
| 456 | 456 | and $nom_balise_generique = $balise_generique['nom_generique'] |
| 457 | - and $file = include_spip('balise/' . strtolower($nom_balise_generique)) |
|
| 458 | - and function_exists('balise_' . $nom_balise_generique . '_dyn') |
|
| 457 | + and $file = include_spip('balise/'.strtolower($nom_balise_generique)) |
|
| 458 | + and function_exists('balise_'.$nom_balise_generique.'_dyn') |
|
| 459 | 459 | ) { |
| 460 | 460 | // et lui injecter en premier arg le nom de la balise |
| 461 | 461 | array_unshift($r, $nom); |
| 462 | 462 | $nom_balise = $nom_balise_generique; |
| 463 | 463 | if (!_DIR_RESTREINT) { |
| 464 | - $file = _DIR_RESTREINT_ABS . $file; |
|
| 464 | + $file = _DIR_RESTREINT_ABS.$file; |
|
| 465 | 465 | } |
| 466 | 466 | } else { |
| 467 | 467 | $msg = ['zbug_balise_inexistante', ['from' => 'CVT', 'balise' => $nom]]; |
@@ -563,7 +563,7 @@ discard block |
||
| 563 | 563 | $n = ''; |
| 564 | 564 | foreach (explode(',', $liste) as $val) { |
| 565 | 565 | if ($a = intval($val) and $val === strval($a)) { |
| 566 | - $n .= ',' . $val; |
|
| 566 | + $n .= ','.$val; |
|
| 567 | 567 | } |
| 568 | 568 | } |
| 569 | 569 | if (strlen($n)) { |
@@ -742,8 +742,8 @@ discard block |
||
| 742 | 742 | // on construit le where une fois, puis on ajoute les where complentaires si besoin, et on reconstruit le where en fonction |
| 743 | 743 | $i = 0; |
| 744 | 744 | do { |
| 745 | - $where[$k] = remplace_sous_requete($w, '(' . calculer_select( |
|
| 746 | - [$sous[1] . ' AS id'], |
|
| 745 | + $where[$k] = remplace_sous_requete($w, '('.calculer_select( |
|
| 746 | + [$sous[1].' AS id'], |
|
| 747 | 747 | $from, |
| 748 | 748 | $from_type, |
| 749 | 749 | $wheresub, |
@@ -756,7 +756,7 @@ discard block |
||
| 756 | 756 | $id, |
| 757 | 757 | $serveur, |
| 758 | 758 | false |
| 759 | - ) . ')'); |
|
| 759 | + ).')'); |
|
| 760 | 760 | if (!$i) { |
| 761 | 761 | $i = 1; |
| 762 | 762 | $wherestring = calculer_where_to_string($where[$k]); |
@@ -776,7 +776,7 @@ discard block |
||
| 776 | 776 | if ($sous[0] == 'SUBSELECT') { |
| 777 | 777 | // c'est une sous requete explicite sous la forme identique a sql_select : (SUBSELECT,$select,$from,$where,$groupby,$orderby,$limit,$having) |
| 778 | 778 | array_push($where_simples, $sous[3]); // est-ce utile dans ce cas ? |
| 779 | - $where[$k] = remplace_sous_requete($w, '(' . calculer_select( |
|
| 779 | + $where[$k] = remplace_sous_requete($w, '('.calculer_select( |
|
| 780 | 780 | $sous[1], # select |
| 781 | 781 | $sous[2], #from |
| 782 | 782 | [], #from_type |
@@ -791,7 +791,7 @@ discard block |
||
| 791 | 791 | $id, |
| 792 | 792 | $serveur, |
| 793 | 793 | false |
| 794 | - ) . ')'); |
|
| 794 | + ).')'); |
|
| 795 | 795 | } |
| 796 | 796 | array_pop($where_simples); |
| 797 | 797 | } |
@@ -854,15 +854,15 @@ discard block |
||
| 854 | 854 | // sans recours a preg_match |
| 855 | 855 | // un implode(' ',..) est fait dans reinjecte_joint un peu plus bas |
| 856 | 856 | $afrom[$t][$cle] = [ |
| 857 | - "\n" . |
|
| 858 | - ($from_type[$cle] ?? 'INNER') . ' JOIN', |
|
| 857 | + "\n". |
|
| 858 | + ($from_type[$cle] ?? 'INNER').' JOIN', |
|
| 859 | 859 | $from[$cle], |
| 860 | 860 | "AS $cle", |
| 861 | 861 | 'ON (', |
| 862 | 862 | "$cle.$c", |
| 863 | 863 | '=', |
| 864 | 864 | "$t.$carr", |
| 865 | - ($and ? 'AND ' . $and : '') . |
|
| 865 | + ($and ? 'AND '.$and : ''). |
|
| 866 | 866 | ')' |
| 867 | 867 | ]; |
| 868 | 868 | if (isset($afrom[$cle])) { |
@@ -900,7 +900,7 @@ discard block |
||
| 900 | 900 | $t = key($from); |
| 901 | 901 | $c = current($from); |
| 902 | 902 | reset($from); |
| 903 | - $e = '/\b(' . "$t\\." . join('|' . $t . '\.', $equiv) . ')\b/'; |
|
| 903 | + $e = '/\b('."$t\\.".join('|'.$t.'\.', $equiv).')\b/'; |
|
| 904 | 904 | if ( |
| 905 | 905 | !(strpos($t, ' ') or // jointure des le depart cf boucle_doc |
| 906 | 906 | calculer_jointnul($t, $select, $e) or |
@@ -918,7 +918,7 @@ discard block |
||
| 918 | 918 | unset($afrom[$t][$nt]); |
| 919 | 919 | $afrom[$nt] = $afrom[$t]; |
| 920 | 920 | unset($afrom[$t]); |
| 921 | - $e = '/\b' . preg_quote($nfrom[6]) . '\b/'; |
|
| 921 | + $e = '/\b'.preg_quote($nfrom[6]).'\b/'; |
|
| 922 | 922 | $t = $nfrom[4]; |
| 923 | 923 | $alias = ''; |
| 924 | 924 | // verifier que les deux cles sont homonymes, sinon installer un alias dans le select |
@@ -929,14 +929,14 @@ discard block |
||
| 929 | 929 | if ($newcle != $oldcle) { |
| 930 | 930 | // si l'ancienne cle etait deja dans le select avec un AS |
| 931 | 931 | // reprendre simplement ce AS |
| 932 | - $as = '/\b' . preg_quote($nfrom[6]) . '\s+(AS\s+\w+)\b/'; |
|
| 932 | + $as = '/\b'.preg_quote($nfrom[6]).'\s+(AS\s+\w+)\b/'; |
|
| 933 | 933 | if (preg_match($as, implode(',', $select), $m)) { |
| 934 | 934 | $alias = ''; |
| 935 | 935 | } else { |
| 936 | - $alias = ', ' . $nfrom[4] . " AS $oldcle"; |
|
| 936 | + $alias = ', '.$nfrom[4]." AS $oldcle"; |
|
| 937 | 937 | } |
| 938 | 938 | } |
| 939 | - $select = remplacer_jointnul($t . $alias, $select, $e); |
|
| 939 | + $select = remplacer_jointnul($t.$alias, $select, $e); |
|
| 940 | 940 | $join = remplacer_jointnul($t, $join, $e); |
| 941 | 941 | $where = remplacer_jointnul($t, $where, $e); |
| 942 | 942 | $having = remplacer_jointnul($t, $having, $e); |
@@ -986,9 +986,9 @@ discard block |
||
| 986 | 986 | } else { |
| 987 | 987 | $exp = ''; |
| 988 | 988 | if (strtoupper($join) === 'AND') { |
| 989 | - return $exp . join(" $join ", array_map('calculer_where_to_string', $v)); |
|
| 989 | + return $exp.join(" $join ", array_map('calculer_where_to_string', $v)); |
|
| 990 | 990 | } else { |
| 991 | - return $exp . join($join, $v); |
|
| 991 | + return $exp.join($join, $v); |
|
| 992 | 992 | } |
| 993 | 993 | } |
| 994 | 994 | } |
@@ -1054,6 +1054,6 @@ discard block |
||
| 1054 | 1054 | } |
| 1055 | 1055 | |
| 1056 | 1056 | return $mime_type |
| 1057 | - . (!$connect ? '' : preg_replace('/\W/', '_', $connect)) . '_' |
|
| 1058 | - . md5($GLOBALS['spip_version_code'] . ' * ' . $skel . (isset($GLOBALS['marqueur_skel']) ? '*' . $GLOBALS['marqueur_skel'] : '')); |
|
| 1057 | + . (!$connect ? '' : preg_replace('/\W/', '_', $connect)).'_' |
|
| 1058 | + . md5($GLOBALS['spip_version_code'].' * '.$skel.(isset($GLOBALS['marqueur_skel']) ? '*'.$GLOBALS['marqueur_skel'] : '')); |
|
| 1059 | 1059 | } |
@@ -53,8 +53,7 @@ discard block |
||
| 53 | 53 | // (pas glop) |
| 54 | 54 | try { |
| 55 | 55 | switch (is_countable($a) ? count($a) : 0) { |
| 56 | - case 0: |
|
| 57 | - $iter = new $iterateur(); |
|
| 56 | + case 0 : $iter = new $iterateur(); |
|
| 58 | 57 | break; |
| 59 | 58 | case 1: |
| 60 | 59 | $iter = new $iterateur($a[0]); |
@@ -79,10 +78,10 @@ discard block |
||
| 79 | 78 | // chercher la classe d'iterateur |
| 80 | 79 | // IterateurXXX |
| 81 | 80 | // definie dans le fichier iterateurs/xxx.php |
| 82 | - $class = 'Iterateur' . $iterateur; |
|
| 81 | + $class = 'Iterateur'.$iterateur; |
|
| 83 | 82 | if (!class_exists($class)) { |
| 84 | 83 | if ( |
| 85 | - !include_spip('iterateur/' . strtolower($iterateur)) |
|
| 84 | + !include_spip('iterateur/'.strtolower($iterateur)) |
|
| 86 | 85 | or !class_exists($class) |
| 87 | 86 | ) { |
| 88 | 87 | die("Iterateur $iterateur non trouvé"); |
@@ -210,7 +209,7 @@ discard block |
||
| 210 | 209 | return $this->iter->$nom(); |
| 211 | 210 | } catch (Exception $e) { |
| 212 | 211 | // #GETCHILDREN sur un fichier de DirectoryIterator ... |
| 213 | - spip_log("Methode $nom en echec sur " . get_class($this->iter)); |
|
| 212 | + spip_log("Methode $nom en echec sur ".get_class($this->iter)); |
|
| 214 | 213 | spip_log("Cela peut être normal : retour d'une ligne de resultat ne pouvant pas calculer cette methode"); |
| 215 | 214 | |
| 216 | 215 | return ''; |
@@ -259,7 +258,7 @@ discard block |
||
| 259 | 258 | // Creer la fonction de filtrage sur $this |
| 260 | 259 | if ($this->filtre) { |
| 261 | 260 | if ($filtres = $this->assembler_filtres($this->filtre)) { |
| 262 | - $filtres = 'return ' . $filtres . ';'; |
|
| 261 | + $filtres = 'return '.$filtres.';'; |
|
| 263 | 262 | $this->func_filtre = fn() => eval($filtres); |
| 264 | 263 | } |
| 265 | 264 | else { |
@@ -294,7 +293,7 @@ discard block |
||
| 294 | 293 | return null; |
| 295 | 294 | } |
| 296 | 295 | |
| 297 | - return '(' . implode(") $operateur (", $filtres_string) . ')'; |
|
| 296 | + return '('.implode(") $operateur (", $filtres_string).')'; |
|
| 298 | 297 | } |
| 299 | 298 | |
| 300 | 299 | /** |
@@ -375,7 +374,7 @@ discard block |
||
| 375 | 374 | return $this->composer_filtre($v[1], $v[0], $v[2]); |
| 376 | 375 | } |
| 377 | 376 | |
| 378 | - return null; // sera ignore |
|
| 377 | + return null; // sera ignore |
|
| 379 | 378 | } |
| 380 | 379 | |
| 381 | 380 | /** |
@@ -401,28 +400,28 @@ discard block |
||
| 401 | 400 | # if (!in_array($cle, array('cle', 'valeur'))) |
| 402 | 401 | # return; |
| 403 | 402 | |
| 404 | - $a = '$this->get_select(\'' . $cle . '\')'; |
|
| 403 | + $a = '$this->get_select(\''.$cle.'\')'; |
|
| 405 | 404 | |
| 406 | 405 | $filtre = ''; |
| 407 | 406 | |
| 408 | 407 | if ($op == 'REGEXP') { |
| 409 | - $filtre = 'filtrer("match", ' . $a . ', ' . str_replace('\"', '"', $valeur) . ')'; |
|
| 408 | + $filtre = 'filtrer("match", '.$a.', '.str_replace('\"', '"', $valeur).')'; |
|
| 410 | 409 | $op = ''; |
| 411 | 410 | } else { |
| 412 | 411 | if ($op == 'LIKE') { |
| 413 | 412 | $valeur = str_replace(['\"', '_', '%'], ['"', '.', '.*'], preg_quote($valeur)); |
| 414 | - $filtre = 'filtrer("match", ' . $a . ', ' . $valeur . ')'; |
|
| 413 | + $filtre = 'filtrer("match", '.$a.', '.$valeur.')'; |
|
| 415 | 414 | $op = ''; |
| 416 | 415 | } else { |
| 417 | 416 | if ($op == '=') { |
| 418 | 417 | $op = '=='; |
| 419 | 418 | } else { |
| 420 | 419 | if ($op == 'IN') { |
| 421 | - $filtre = 'in_array(' . $a . ', array' . $valeur . ')'; |
|
| 420 | + $filtre = 'in_array('.$a.', array'.$valeur.')'; |
|
| 422 | 421 | $op = ''; |
| 423 | 422 | } else { |
| 424 | 423 | if (!in_array($op, ['<', '<=', '>', '>='])) { |
| 425 | - spip_log('operateur non reconnu ' . $op); // [todo] mettre une erreur de squelette |
|
| 424 | + spip_log('operateur non reconnu '.$op); // [todo] mettre une erreur de squelette |
|
| 426 | 425 | $op = ''; |
| 427 | 426 | } |
| 428 | 427 | } |
@@ -431,7 +430,7 @@ discard block |
||
| 431 | 430 | } |
| 432 | 431 | |
| 433 | 432 | if ($op) { |
| 434 | - $filtre = $a . $op . str_replace('\"', '"', $valeur); |
|
| 433 | + $filtre = $a.$op.str_replace('\"', '"', $valeur); |
|
| 435 | 434 | } |
| 436 | 435 | |
| 437 | 436 | if ($not) { |