Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/phar/tests/
H A Dphar_convert_zip.phpt15 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
48 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar2.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
53 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
H A Dphar_convert_tar3.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
53 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
/php-src/ext/standard/tests/strings/
H A Dparse_str_basic4.phpt19 $str = "first=%41&second=%a&third=%b";
64 ["first"]=>
/php-src/ext/dom/tests/
H A Dreconcile_reused_namespace.phpt21 echo "Add first\n";
37 Add first
H A Dbug67440.phpt52 echo "-- fragment to document where first element is not a text node --\n"; case3('appendChild'); e…
58 echo "-- fragment to document where first element is not a text node --\n"; case3('insertBefore'); …
64 echo "-- fragment to document where first element is not a text node --\n"; case3('insertBefore'); …
84 -- fragment to document where first element is not a text node --
112 -- fragment to document where first element is not a text node --
140 -- fragment to document where first element is not a text node --
H A Dbug47531_a.phpt11 <foo:first/>
44 <foo:first xmlns:foo="some:ns"/>
/php-src/ext/mysqli/tests/bind_insert/
H A Dsend_long_data.phpt26 mysqli_stmt_send_long_data($stmt, 1, "This is the first sentence.");
56 …string(99) "This is the first sentence. And this is the second sentence. And finally this is the l…
/php-src/ext/standard/tests/array/
H A Drsort_variation9.phpt19 "holes" => array("first", 5 => "second", "third")),
116 string(5) "first"
153 string(5) "first"
/php-src/Zend/tests/
H A Dassign_coalesce_007.phpt2 Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first
H A Dfirst_class_callable_optimization.phpt2 Check interaction of first-class callables with optimization
H A Dstatic_variable_in_dynamic_function.phpt2 Static variables in dynamically declared function (first use before dynamic def dtor)
H A Dstatic_variable_in_dynamic_function_2.phpt2 Static variables in dynamically declared function (first use after dynamic def dtor)
H A Dmagic_methods_019.phpt2 __unserialize first parameter must be an array
H A Dmagic_methods_012.phpt2 __get first parameter should be a string when typed
H A Dmagic_methods_013.phpt2 __isset first parameter should be a string when typed
H A Dmagic_methods_014.phpt2 __unset first parameter should be a string when typed
H A Dmagic_methods_020.phpt2 __set_state first parameter must be an array
/php-src/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_025.phpt2 Test typed properties type must precede first declaration in group
/php-src/ext/date/tests/
H A Dtimezone_name_from_abbr_basic1.phpt10 echo "-- Tests with special cases first - no lookup needed --\n";
34 -- Tests with special cases first - no lookup needed --
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S71 # first arg of make_fcontext() == top address of context-function
90 # zero in r3 indicates first jump to context-function
H A Dmake_ppc64_sysv_xcoff_gas.S83 # first arg of make_fcontext() == top address of context-function
102 # zero in r3 indicates first jump to context-function
/php-src/ext/mbstring/tests/
H A Dzend_multibyte-12.phpt14 Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on li…
/php-src/Zend/tests/try/
H A Dtry_multicatch_002.phpt2 Catch first exception in the multicatch

Completed in 32 milliseconds

12345678910>>...21