Home
last modified time | relevance | path

Searched refs:TRUE (Results 376 – 400 of 1280) sorted by relevance

1...<<11121314151617181920>>...52

/PHP-5.5/ext/sybase_ct/tests/
H A Dbug27843.phpt30 var_dump(TRUE);
H A Dbug28354.phpt30 var_dump(TRUE);
/PHP-5.5/Zend/tests/
H A Doffset_array.phpt13 var_dump($arr[TRUE]);
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dcompare.c159 return _bc_do_compare (n1, n2, TRUE, FALSE);
H A Draise.c74 neg = TRUE; in bc_raise()
/PHP-5.5/ext/xml/tests/
H A Dxml011.phpt29 xml_parse($parser, $xml, TRUE);
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_010.phpt17 $xw->setIndent(TRUE);
H A D008.phpt12 xmlwriter_set_indent($xw, TRUE);
H A D009.phpt15 xmlwriter_set_indent($xw, TRUE);
H A DOO_009.phpt15 $xw->setIndent(TRUE);
H A DOO_011.phpt17 $xw->setIndent(TRUE);
/PHP-5.5/tests/lang/
H A DforeachLoop.003.phpt6 $a = TRUE;
/PHP-5.5/ext/soap/
H A Dphp_schema.c293 return TRUE; in load_schema()
400 return TRUE; in schema_simpleType()
482 return TRUE; in schema_list()
581 return TRUE; in schema_union()
619 return TRUE; in schema_simpleContent()
730 return TRUE; in schema_restriction_simpleContent()
800 return TRUE; in schema_restriction_complexContent()
827 return TRUE; in schema_restriction_var_int()
854 return TRUE; in schema_restriction_var_char()
909 return TRUE; in schema_extension_simpleContent()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_key_variation6.phpt14 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_diff_uassoc_variation11.phpt15 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_diff_ukey_variation8.phpt14 $boolean_indx_array = array(true => 'boolt', false => 'boolf', TRUE => 'boolT', FALSE => 'boolF');
H A Darray_chunk_variation16.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_chunk_variation17.phpt10 var_dump (@array_chunk ($array, $i, TRUE));
H A Darray_combine.phpt8 $array4 = array(TRUE, FALSE, NULL);
/PHP-5.5/ext/standard/tests/file/
H A Dis_dir_variation1.phpt7 Returns TRUE if the dirname exists and is a directory, FALSE otherwise.
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c75 allocator_mutex = CreateMutex(NULL, TRUE, NULL); in allocator_grab_lock()
95 global_mutex = CreateMutex(NULL, TRUE, NULL); in sljit_grab_lock()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrchr_variation9.phpt56 TRUE,
102 "TRUE",
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php180 return TRUE;
218 return TRUE;
453 $headers_ok = TRUE;
497 $success = TRUE;
574 $skipendpoint = TRUE;
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_error.phpt19 var_dump( is_callable("string", TRUE, $callable_name, "EXTRA") );
/PHP-5.5/ext/json/tests/
H A Djson_decode_error.phpt23 var_dump( json_decode('"abc"', TRUE, 512, 0, $extra_arg) );

Completed in 41 milliseconds

1...<<11121314151617181920>>...52