Home
last modified time | relevance | path

Searched refs:same (Results 226 – 250 of 396) sorted by relevance

12345678910>>...16

/PHP-7.4/Zend/tests/
H A Dclosure_039.phpt2 Closure 039: Rebinding closures, change scope, same runtime type
H A Dclosure_041.phpt55 echo "After binding, with same-class instance for the bound ones", "\n";
87 After binding, with same-class instance for the bound ones
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt29 // add same CURLOPT to the first handle
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt25 …printf("[002] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
50 …printf("[006] Cannot set user variable to check if we got the same persistent connection, [%d] %s\…
H A Dmysqli_fetch_field.phpt16 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
26 // same. Not sure whether this is strictly necessary.
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c831 BOOL same = leftop == rightop; in compare_opcodes() local
850 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
851 case 3: accepted = !same; break; in compare_opcodes()
854 accepted = risprop && catposstab[base_list[3]][list[3]] == same; in compare_opcodes()
858 accepted = lisprop && catposstab[list[3]][base_list[3]] == same; in compare_opcodes()
/PHP-7.4/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt29 /* Duplicate socket in the same process. */
/PHP-7.4/ext/spl/tests/
H A DRecursiveCallbackFilterIteratorTest.phpt52 // same test, with no reference to callback
/PHP-7.4/ext/standard/tests/array/
H A Dreset_variation3.phpt23 // the internal pointer is the same for both
H A Duasort_variation10.phpt17 * Return value : 0 - if both values are same
H A Duasort_variation6.phpt17 * Return value : 0 - if both values are same
H A Duasort_variation9.phpt18 * Return value : 0 - if both values are same
H A Darray_intersect_variation9.phpt13 * Optional argument takes the same value as that of $arr1
42 // additional argument passed is the same as $arr1
53 // additional argument passed is the same as $arr1
H A Duasort_basic2.phpt15 * Return value : 0 - if both values are same
H A Duasort_variation11.phpt19 * Return value : 0 - if both values are same
/PHP-7.4/ext/gd/tests/
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/PHP-7.4/ext/standard/tests/file/
H A Dstat_variation5-win32.phpt17 /* test the stats of file opened in write mode and then same in read mode */
H A Drename_variation2.phpt29 //rename the link to a new name in the same dir
/PHP-7.4/tests/classes/
H A Dinheritance_005.phpt44 Deprecated: Methods with the same name as their class will not be constructors in a future version …
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation6.phpt32 // remove directory and try to open the same(non-existent) directory again
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_006.phpt2 Test multiple watch elements pointing to the same watchpoint
/PHP-7.4/ext/zlib/tests/
H A Dgzeof_basic.phpt12 // the same as gzeof
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt33 // The details are the same for a public or private key, expect the private key parameter 'd
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt86 echo "\nTest 7 - Execute - after successful 2nd query with same handle\n";
123 echo "\nTest 9 - Execute - after unsuccessful 2nd query with same handle\n";
306 Test 7 - Execute - after successful 2nd query with same handle
365 Test 9 - Execute - after unsuccessful 2nd query with same handle
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_basic.phpt24 //$from and $to are of same length

Completed in 30 milliseconds

12345678910>>...16