Home
last modified time | relevance | path

Searched refs:TRUE (Results 101 – 125 of 617) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/ldap/tests/
H A Dldap_next_reference_basic.phpt37 ldap_delete($link, "cn=userref,$base", [['oid' => LDAP_CONTROL_MANAGEDSAIT, 'iscritical' => TRUE]]);
38 ldap_delete($link, "cn=userref2,$base", [['oid' => LDAP_CONTROL_MANAGEDSAIT, 'iscritical' => TRUE]]…
/PHP-8.0/ext/session/tests/
H A Dsession_get_cookie_params_basic.phpt22 var_dump(session_set_cookie_params(1234567890, "/guff", "foo", TRUE, TRUE));
H A D031.phpt17 session_regenerate_id(TRUE);
/PHP-8.0/tests/func/
H A D008.phpt9 $res = var_export("foo2", TRUE);
H A D009.phpt9 $res = var_export("foo2", TRUE);
/PHP-8.0/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt49 "TRUE" => TRUE,
134 -- Arg value TRUE --
/PHP-8.0/ext/oci8/tests/
H A Ddetails.inc6 * Set $test_drcp to TRUE if you want to run the Oracle Database
22 if (false !== $test_drcp && 0 == strcasecmp($test_drcp,'TRUE')) {
23 $test_drcp = TRUE;
/PHP-8.0/win32/
H A Ddllmain.c36 BOOL ret = TRUE; in DllMain()
H A Dregistry.c199 PW32G(registry_event) = CreateEvent(NULL, TRUE, FALSE, NULL); in UpdateIniFromRegistry()
201 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); in UpdateIniFromRegistry()
207 RegNotifyChangeKeyValue(PW32G(registry_key), TRUE, RegNotifyFlags, PW32G(registry_event), TRUE); in UpdateIniFromRegistry()
/PHP-8.0/ext/standard/tests/strings/
H A Djoin_variation4.phpt12 "TRUE",
56 string(91) "2TRUE0TRUE-639TRUE-1.3444TRUE1TRUEPHPTRUETRUETRUETRUE TRUE6999.99999999TRUEstring�with�…
/PHP-8.0/ext/standard/tests/array/
H A Darray_keys_variation_001.phpt17 array(TRUE => TRUE, FALSE => FALSE, NULL => NULL, "\x000", "\000"),
H A Darray_fill_keys.phpt10 var_dump(array_fill_keys(array('test', TRUE, 10, 100), ''));
H A Darray_slice.phpt50 echo"\n*** Variation with first two arguments with preserve_key value TRUE ***\n";
102 *** Variation with first two arguments with preserve_key value TRUE ***
228 *** Variation with first two arguments with preserve_key value TRUE ***
360 *** Variation with first two arguments with preserve_key value TRUE ***
500 *** Variation with first two arguments with preserve_key value TRUE ***
628 *** Variation with first two arguments with preserve_key value TRUE ***
744 *** Variation with first two arguments with preserve_key value TRUE ***
860 *** Variation with first two arguments with preserve_key value TRUE ***
1016 *** Variation with first two arguments with preserve_key value TRUE ***
1144 *** Variation with first two arguments with preserve_key value TRUE ***
[all …]
H A Darray_chunk_variation26.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation27.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation28.phpt10 var_dump (array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation31.phpt10 var_dump (array_chunk ($array, $i, TRUE));
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt78 'uppercase TRUE' =>TRUE,
145 --uppercase TRUE--
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_bool.phpt8 TRUE,
65 "TRUE",
69 'TRUE',
106 array(TRUE),
H A Dis_callable_basic2.phpt39 public function TRUE() {
172 object_class::TRUE
174 object_class::TRUE
261 no_member_class::TRUE
263 no_member_class::TRUE
528 object_class::TRUE
530 object_class::TRUE
617 no_member_class::TRUE
619 no_member_class::TRUE
706 object_class::TRUE
[all …]
/PHP-8.0/ext/xml/tests/
H A Dbug27908.phpt16 xml_parse($xp, '<root></root>',TRUE);
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_commands.c47 …ommand_handle_response(conn->payload_decoder_factory, PROT_EOF_PACKET, FALSE, COM_SET_OPTION, TRUE, in MYSQLND_METHOD()
73 …end_command_handle_response(conn->payload_decoder_factory, PROT_EOF_PACKET, FALSE, COM_DEBUG, TRUE, in MYSQLND_METHOD()
100 …nd_command_handle_response(conn->payload_decoder_factory, PROT_OK_PACKET, FALSE, COM_INIT_DB, TRUE, in MYSQLND_METHOD()
137 ret = send_command(conn->payload_decoder_factory, COM_PING, NULL, 0, TRUE, in MYSQLND_METHOD()
145 …= send_command_handle_response(conn->payload_decoder_factory, PROT_OK_PACKET, TRUE, COM_PING, TRUE, in MYSQLND_METHOD()
213 …mmand_handle_response(conn->payload_decoder_factory, PROT_OK_PACKET, FALSE, COM_PROCESS_KILL, TRUE, in MYSQLND_METHOD()
253 …nd_command_handle_response(conn->payload_decoder_factory, PROT_OK_PACKET, FALSE, COM_REFRESH, TRUE, in MYSQLND_METHOD()
282 …d_command_handle_response(conn->payload_decoder_factory, PROT_OK_PACKET, FALSE, COM_SHUTDOWN, TRUE, in MYSQLND_METHOD()
300 ret = send_command(conn->payload_decoder_factory, COM_QUIT, NULL, 0, TRUE, in MYSQLND_METHOD()
468 …command_handle_response(conn->payload_decoder_factory, PROT_OK_PACKET, FALSE, COM_STMT_RESET, TRUE, in MYSQLND_METHOD()
[all …]
/PHP-8.0/ext/gd/tests/
H A Dbug72512_1.phpt15 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512.phpt14 imagetruecolortopalette($img, TRUE, 3);
H A Dbug72512_0.phpt16 imagetruecolortopalette($img, TRUE, 3);

Completed in 31 milliseconds

12345678910>>...25