Home
last modified time | relevance | path

Searched refs:it (Results 851 – 875 of 1039) sorted by relevance

1...<<31323334353637383940>>...42

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt118 // Yes, this is a fatal error and I want it to fail.
H A Dpdo_mysql_stmt_bindparam_types.phpt23 // Server might not support column type - skip it
/php-src/docs-old/
H A Dinput-filter.md89 /* The filter handler. If you return 1 from it, then PHP also registers the
/php-src/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt82 For example, it seems that on Linux when connecting to MySQL 5.1,
H A Dmysqli_pconn_max_links.phpt132 // Do not remove the variable assignment as it is important that we have 2 active connections
172 // Do not remove the variable assignment as it is important that we have 2 active connections
H A Dlocal_infile_tools.inc82 …+ 4] Cannot change the file perms of '%s' from 0600 to 0644, MySQL might not be able to read it\n",
H A Dmysqli_explain_metadata.phpt47 $field->max_length = 0;// change it or we will get diff error
H A Dmysqli_real_connect_pconn.phpt96 // CLIENT_LOCAL_FILES should be blocked - but how to test it ?!
H A Dbug42378.phpt159 /* create new table and select from it */
H A Dmysqli_real_connect.phpt94 // CLIENT_LOCAL_FILES should be blocked - but how to test it ?!
H A Dmysqli_stmt_bind_param.phpt110 …printf("[009] Function seems to be leaking, because it used %d bytes. During tests it used only 92…
135 // don't bail - it might be that the server does not support the data type
/php-src/ext/standard/tests/dir/
H A Ddir_variation3.phpt55 // change the dir permission to test dir on it
/php-src/ext/standard/tests/strings/
H A Dstrtolower.phpt311 string(43) "mary had a little lamb and she loved it so
H A Dhtml_entity_decode3.phpt13 "&#x0D;", //note that HTML5 is unique in that it forbids this entity, but allows a literal U+0D
/php-src/ext/zend_test/tests/
H A Dstrings_not_marked_as_utf8.phpt48 // The previous "foo" test case works because it is not interned.
H A Dstrings_marked_as_utf8.phpt55 // The previous "foo" test case works because it is not interned.
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt22 $doc2->firstChild->appendChild($b_tag_element); // Should fail because it's another document
/php-src/ext/mbstring/tests/
H A Diso2022jp_kddi_encoding.phpt97 /* If the string switches to a different charset, it should switch back to
219 * changing it won't break anything */
H A Diso2022jp_encoding.phpt46 /* An 0xF at the beginning of a JIS7 string is redundant; it switches
86 * (We don't test ISO-2022-JP here, as it does not support the JIS X 0201 charset) */
H A Dcp5022x_encoding.phpt20 * we get the low bit of the ku number by seeing which one it is. */
106 /* An 0xF at the beginning is redundant; it switches to ASCII mode, but
113 /* If the string switches to a different charset, it should switch back to
/php-src/ext/spl/
H A Dspl_array.c1515 zend_object_iterator it; member
1646 zend_iterator_init(&iterator->it); in spl_array_get_iterator()
1648 ZVAL_OBJ_COPY(&iterator->it.data, Z_OBJ_P(object)); in spl_array_get_iterator()
1649 iterator->it.funcs = &spl_array_it_funcs; in spl_array_get_iterator()
1652 return &iterator->it; in spl_array_get_iterator()
H A Dspl_directory.c68 spl_filesystem_iterator *it; in spl_filesystem_object_to_iterator() local
70 it = ecalloc(1, sizeof(spl_filesystem_iterator)); in spl_filesystem_object_to_iterator()
71 it->object = (void *)obj; in spl_filesystem_object_to_iterator()
72 zend_iterator_init(&it->intern); in spl_filesystem_object_to_iterator()
73 return it; in spl_filesystem_object_to_iterator()
76 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) in spl_filesystem_iterator_to_object() argument
78 return (spl_filesystem_object*)it->object; in spl_filesystem_iterator_to_object()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1431 + * to be running on a system with a 32 bit time_t, then it is even less.
1656 - * Stat failed, but we can still open it - assume it's
1786 + /* stat is used, if it made here then the link is broken */
1855 - /* Otherwise, handle it. */
1863 - } else { /* just print what it points to */
2491 - * Try to restore access, modification times if read it.
2492 - * This is really *bad* because it will modify the status
2585 - * allow it to say so; otherwise an error was probably
2643 - /* We can not read it, but we were able to stat it. */
2925 /* If we handled it already, return */
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt85 // internally OpenSSL ERR won't save more than 15 (16 - 1) errors so lets test it
H A Dopenssl_error_string_basic.phpt83 // internally OpenSSL ERR won't save more than 15 (16 - 1) errors so lets test it

Completed in 70 milliseconds

1...<<31323334353637383940>>...42