Home
last modified time | relevance | path

Searched refs:item (Results 126 – 150 of 370) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/soap/tests/bugs/
H A Dbug37013.phpt58 …:Array"><item href="#ref1"/><item xsi:type="SOAP-ENC:Struct"><parent href="#ref2"/><id xsi:type="x…
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c131 zval *item; in pdo_handle_error() local
134 native_code = Z_LVAL_P(item); in pdo_handle_error()
138 supp = estrndup(Z_STRVAL_P(item), Z_STRLEN_P(item)); in pdo_handle_error()
474 zval *options = NULL, *opt, *item, ctor_args; in PHP_METHOD() local
489 || Z_TYPE_P(item) != IS_STRING in PHP_METHOD()
513 if (Z_TYPE_P(item) != IS_ARRAY) { in PHP_METHOD()
521 ZVAL_COPY_VALUE(&ctor_args, item); in PHP_METHOD()
747 zval *item; in pdo_dbh_attribute_set() local
758 || Z_TYPE_P(item) != IS_STRING in pdo_dbh_attribute_set()
786 if (Z_TYPE_P(item) != IS_ARRAY) { in pdo_dbh_attribute_set()
[all …]
/PHP-7.0/ext/dom/
H A Ddomstringlist.c44 PHP_FALIAS(item, dom_domstringlist_item, arginfo_dom_stringlist_item)
H A Ddomimplementationlist.c44 PHP_FALIAS(item, dom_domimplementationlist_item, arginfo_dom_implementationlist_item)
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_exec.phpt40 foreach ($row as $item) {
41 echo " ".$item;
H A Dimp_res_get_cancel.phpt40 foreach ($row as $item) {
41 echo " ".$item;
H A Dbug37220.phpt45 foreach ($row as $item) {
46 echo trim($item)."\n";
H A Dimp_res_get_close_3.phpt45 foreach ($row as $item) {
46 echo " ".$item;
H A Dimp_res_cancel.phpt42 foreach ($row as $item) {
43 echo " ".$item;
H A Dimp_res_func_error.phpt43 foreach ($row as $item) {
44 echo " ".$item;
H A Dimp_res_get_close_2.phpt45 foreach ($row as $item) {
46 echo " ".$item;
H A Dimp_res_close.phpt45 foreach ($row as $item) {
46 echo " ".$item;
/PHP-7.0/ext/standard/tests/network/
H A Dnews.rss21 <item rdf:about="http://php.net/index.php#id2015-01-22-3">
26 </item>
/PHP-7.0/Zend/tests/
H A Dbug69756.phpt6 foreach($arr as &$item ) {
/PHP-7.0/ext/spl/tests/
H A Dfixedarray_014.phpt2 SPL: FixedArray: Trying to access inexistent item
/PHP-7.0/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt36 $entity = $entities->item(0);
39 $notation = $notations->item(0);
H A Dbug37456.phpt12 $root = $doc->getElementsByTagName('foo')->item(0);
H A Dbug61858.phpt12 $example = $doc->getElementsByTagName('example')->item(0);
H A DDOMNode_removeChild_basic.phpt45 $current = $children->item($index);
56 $current = $children->item($index);
H A DDOMDocument_saveHTML_variant2.phpt21 $e = $e->item(0);
H A DDOMNode_C14N_basic.phpt25 $node = $doc->getElementsByTagName('title')->item(0);
H A Dbug45251.phpt18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
/PHP-7.0/tests/security/
H A Dopen_basedir.inc39 while (FALSE !== ($item = readdir($handle))) {
40 if ($item != '.') {
41 if ($item != '..') {
42 $path = ($directory.'/'.$item);
/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt52 "array('color' => 'red', 'item' => 'pen')" => array('color' => 'red', 'item' => 'pen'),
132 -- Arg value array('color' => 'red', 'item' => 'pen') --
/PHP-7.0/ext/standard/tests/array/
H A Dsizeof_variation2.phpt29 array("color" => "red", "item" => "pen"),
30 /* 10 */ array('color' => 'red', 'item' => 'pen'),
33 array('color' => "red", "item" => 'pen', 1 => "Hi", "" => "Hello" ),

Completed in 65 milliseconds

12345678910>>...15