Home
last modified time | relevance | path

Searched refs:list (Results 101 – 125 of 276) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/date/tests/
H A Dbug46111.phpt8 # An empty list indicates no errors
/PHP-5.3/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt39 list($width, $height) = getimagesize($dest_lge);
51 list($width, $height) = getimagesize($dest_sml);
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt78 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
82 2 => 'Unknown column \'unknown_column\' in \'field list\'',
94 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
/PHP-5.3/ext/spl/tests/
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt10 // Add some items to the list
/PHP-5.3/ext/enchant/tests/
H A Dbroker_request_dict.phpt25 exit("list dicts failed\n");
/PHP-5.3/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-5.3/ext/mbstring/oniguruma/
H A DCOPYING16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
/PHP-5.3/ext/fileinfo/libmagic/
H A DLICENSE18 this list of conditions, and the following disclaimer.
21 notice, this list of conditions and the following disclaimer in the
/PHP-5.3/ext/filter/docs/
H A Dfilter.txt73 Returns a list with all supported filter names.
198 allowed character list
200 the allowed character list
221 allowed character list
223 the allowed character list
236 allowed character list. If this is not set, then
240 the allowed character list
251 allowed character list
253 the allowed character list
/PHP-5.3/ext/standard/tests/time/
H A D001.phpt19 list($micro,$time)=explode(" ",microtime());
/PHP-5.3/ext/filter/tests/
H A Dbug52209.phpt6 would never show up in the "set" list. Which means, it's
/PHP-5.3/ext/ftp/tests/
H A D001.phpt30 string(15) "214 end of list"
H A D002.phpt32 string(15) "214 end of list"
/PHP-5.3/ext/phar/
H A DLICENSE11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
81 notice, this list of conditions and the following disclaimer.
83 notice, this list of conditions and the following disclaimer in the
/PHP-5.3/
H A DREADME.SUBMITTING_PATCH32 and discuss it on the development mail list internals@lists.php.net.
35 be found in the EXTENSIONS file in the PHP source. Mail list
61 If your change is large, then first discuss it with the mail list
87 and discuss it on the development mail list pecl-dev@lists.php.net.
88 PECL mail list subscription is explained on
169 - Did I send the patch to the right mail list?
170 - Did I review the mail list archives to see if these kind of
/PHP-5.3/ext/xml/tests/
H A Dxml_closures_001.phpt15 while (list($k, $v) = each($attribs)) {
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt39 printf("Dumping list of missing methods.\n");
43 printf("Dumping list of unexpected methods.\n");
H A Dmysqli_class_mysqli_interface.phpt91 printf("Dumping list of unexpected methods.\n");
95 printf("Dumping list of missing methods.\n");
138 printf("Dumping list of missing class variables\n");
142 printf("Dumping list of unexpected class variables\n");
157 printf("Dumping list of missing object variables\n");
161 printf("Dumping list of unexpected object variables\n");
/PHP-5.3/tests/lang/
H A Dbug22510.phpt9 public $list = array();
13 $cl = &$this->list;
/PHP-5.3/ext/mysql/tests/
H A Dmysql_pconn_kill.phpt40 …printf("[003] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
42 …printf("[004] Cannot find persistent connection thread in process list, [%d] %s\n", mysql_errno($l…
63 …printf("[007] Cannot find regular connection thread in process list, [%d] %s\n", mysql_errno($link…
/PHP-5.3/Zend/
H A Dzend_vm_gen.php264 $list = array(); // list of opcode handlers and helpers in original order variable
704 global $list, $opcodes, $helpers, $op_types;
715 foreach ($list as $lineno => $dsc) {
743 foreach ($list as $lineno => $dsc) {
971 $op_types, $list, $opcodes, $helpers, $params, $opnames;
1028 $list[$lineno] = array("handler"=>$handler);
1045 $list[$lineno] = array("helper"=>$helper);
1067 $list[$lineno] = array("helper"=>$helper);
/PHP-5.3/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt6 list - it does not replace the previously allowed functions.
/PHP-5.3/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt11 -s sections....................... Create optional sections, colon separated list
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlentities17.phpt23 list(,$result) = unpack('H6', html_entity_decode($test[1], ENT_QUOTES, 'UTF-8'));

Completed in 50 milliseconds

12345678910>>...12