Home
last modified time | relevance | path

Searched refs:TRUE (Results 76 – 100 of 741) sorted by relevance

12345678910>>...30

/PHP-7.4/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt26 'iscritical' => TRUE,
28 ['attr' => 'cn', 'oid' => '2.5.13.3' /* caseIgnoreOrderingMatch */, 'reverse' => TRUE]
46 'iscritical' => TRUE,
48 ['attr' => 'cn', 'oid' => '2.5.13.3' /* caseIgnoreOrderingMatch */, 'reverse' => TRUE]
53 'iscritical' => TRUE,
H A Dldap_rename_ext.phpt21 $result = ldap_rename_ext($link, "cn=userA,$base", "cn=userZ", "$base", TRUE,
23 ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['cn']]],
24 ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['cn']]]
H A Dldap_mod_ext.phpt28 ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
29 ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
42 ['oid' => LDAP_CONTROL_PRE_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
43 ['oid' => LDAP_CONTROL_POST_READ, 'iscritical' => TRUE, 'value' => ['attrs' => ['description']]],
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation14_64bit.phpt57 array(true), array(TRUE), array(FALSE),
62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, TRUE, FALSE,
66 1, TRUE, 0, FALSE),
H A Dvfprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
51 array( true, TRUE, false,
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvsprintf_variation18.phpt46 array(true), array(false), array(TRUE), array(FALSE),
51 array( true, TRUE, false,
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvprintf_variation12.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
H A Dvprintf_variation12_64bit.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
H A Dvsprintf_variation12_64bit.phpt62 array( true, TRUE, false,
63 TRUE, 0, FALSE, 1,
64 true, false, TRUE,
66 1, TRUE, 0, FALSE),
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug41445.phpt18 var_dump(parse_ini_file($file, TRUE));
31 var_dump(parse_ini_file($file, TRUE));
H A Dproc_nice_variation2.phpt23 'uppercase TRUE' =>TRUE,
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_022.phpt22 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
24 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
/PHP-7.4/ext/dom/tests/
H A Dcanonicalization.phpt28 echo $doc->c14N(TRUE)."\n\n";
31 echo $doc->C14N(FALSE, TRUE)."\n\n";
34 echo $doc->C14N(TRUE, TRUE)."\n\n";
37 echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\n\n";
42 echo $doc->c14N(TRUE, FALSE,
49 echo $doc->C14N(TRUE, FALSE, NULL, array('test'));
/PHP-7.4/ext/mbstring/tests/
H A Dmb_detect_order.phpt16 ($r === TRUE) ? print "OK_AUTO\n" : print "NG_AUTO\n";
22 ($r === TRUE) ? print "OK_STR\n" : print "NG_STR\n";
32 ($r === TRUE) ? print "OK_ARRAY\n" : print "NG_ARRAY\n";
H A Dmb_internal_encoding.phpt13 ($r === TRUE) ? print "OK_EUC-JP_SET\n" : print "NG_EUC-JP_SET\n";
19 ($r === TRUE) ? print "OK_UTF-8_SET\n" : print "NG_UTF-8_SET\n";
25 ($r === TRUE) ? print "OK_ASCII_SET\n" : print "NG_ASCII_SET\n";
/PHP-7.4/ext/standard/tests/array/
H A Darray_keys_variation_005.phpt14 var_dump(array_keys($arr_resource, $resource1, TRUE)); // strict type checking
16 var_dump(array_keys($arr_resource, $resource2, TRUE)); // strict type checking
H A Darray_intersect_1.phpt35 echo '$a='.var_export($a,TRUE).";\n";
36 echo '$b='.var_export($b,TRUE).";\n";
43 echo '$a='.var_export($a,TRUE).";\n";
44 echo '$b='.var_export($b,TRUE).";\n";
51 echo '$a='.var_export($a,TRUE).";\n";
52 echo '$b='.var_export($b,TRUE).";\n";
59 echo '$a='.var_export($a,TRUE).";\n";
60 echo '$b='.var_export($b,TRUE).";\n";
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation2.phpt24 'uppercase TRUE' =>TRUE,
H A Dposix_seteuid_variation2.phpt23 'uppercase TRUE' =>TRUE,
H A Dposix_setgid_variation2.phpt23 'uppercase TRUE' =>TRUE,
H A Dposix_setuid_variation2.phpt23 'uppercase TRUE' =>TRUE,
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_script_run.c100 if (ptr >= endptr) return TRUE; in PRIV()
102 if (ptr >= endptr) return TRUE; in PRIV()
429 if (ptr >= endptr) return TRUE; in PRIV()
437 return TRUE; in PRIV()
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_file_error.phpt24 hash_hmac_file('crc32', $file, $key, TRUE, $extra_arg);
27 hash_hmac_file('foo', $file, $key, TRUE);
30 hash_hmac_file('crc32', $file, $key, TRUE);
33 hash_hmac_file('md5', $file.chr(0).$file, $key, TRUE);
/PHP-7.4/win32/
H A Dsignal.c86 return TRUE; in php_win32_signal_system_ctrl_handler()
155 SetConsoleCtrlHandler(NULL, TRUE); in PHP_FUNCTION()
160 ret = ret && SetConsoleCtrlHandler(php_win32_signal_system_ctrl_handler, TRUE); in PHP_FUNCTION()

Completed in 45 milliseconds

12345678910>>...30