Home
last modified time | relevance | path

Searched refs:result (Results 501 – 525 of 918) sorted by relevance

1...<<21222324252627282930>>...37

/PHP-7.4/ext/standard/tests/array/
H A Drange_bug70239_2.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 3
H A Drange_bug70239_3.phpt2 Bug #70239 Creating a huge array doesn't result in exhausted, but segfault, var 4
/PHP-7.4/ext/standard/tests/streams/
H A Deagain_is_not_an_error.phpt2 EAGAIN/EWOULDBLOCK on a non-blocking socket should not result in an error return value
/PHP-7.4/Zend/tests/
H A Dclosure_013.phpt2 Closure 013: __invoke() on temporary result
H A Ddereference_004.phpt2 Testing array dereference on __invoke() result
H A Dassign_ref_func_leak.phpt2 Assigning the result of a non-reference function by-reference should not leak
H A Dassign_obj_ref_byval_function.phpt2 Assign result of by-value function to object property by-reference
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
/PHP-7.4/Zend/tests/generators/
H A Dyield_ref_function_call_by_reference.phpt2 The result of a by-ref function call can be yielded just fine
H A Dget_return_errors.phpt33 // Generator has been aborted as a result of an exception
65 // Generator has been aborted as a result of an exception
/PHP-7.4/ext/gd/tests/
H A Dbug73159.phpt2 Bug #73159 (imagegd2(): unrecognized formats may result in corrupted files)
/PHP-7.4/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-7.4/ext/spl/tests/
H A Dbug62073.phpt2 Bug #62073 (different ways of iterating over an SplMaxHeap result in different keys)
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_decode.phpt19 $result = iconv_mime_decode($header, $mode, "UTF-8");
20 printf("(%d) \"%s\"\n", iconv_strlen($result, "UTF-8"), $result);
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp235 UnicodeString result = UnicodeString(); in PHP_FUNCTION() local
236 df->format(date, result); in PHP_FUNCTION()
238 u8str = intl_charFromString(result, &status); in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_multires.phpt2 Multiple result set with PS
86 printf("[014] No result, as expected\n");
119 [014] No result, as expected
/PHP-7.4/ext/reflection/tests/
H A Dbug62715.phpt2 Bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)
/PHP-7.4/Zend/tests/traits/bugs/
H A Doverridding-conflicting-methods.phpt2 Overriding Conflicting Methods should not result in a notice/warning about collisions
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1087 MYSQL_RES *result = NULL; in PHP_FUNCTION() local
1111 result = mysql_store_result(mysql->mysql); in PHP_FUNCTION()
1114 result = mysql_use_result(mysql->mysql); in PHP_FUNCTION()
1120 if (!result) { in PHP_FUNCTION()
1125 mysqli_resource->ptr = (void *)result; in PHP_FUNCTION()
1142 if (!(row = mysql_fetch_row(result))) { in php_mysqli_fetch_into_hash_aux()
1147 fields = mysql_fetch_fields(result); in php_mysqli_fetch_into_hash_aux()
1151 field_len = mysql_fetch_lengths(result); in php_mysqli_fetch_into_hash_aux()
1152 num_fields = mysql_num_fields(result); in php_mysqli_fetch_into_hash_aux()
1209 MYSQLND_CONN_DATA *conn = result->conn; in php_mysqli_fetch_into_hash_aux()
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation15.phpt45 $result = vprintf($format, $args_array[$counter-1]);
47 var_dump($result);
H A Dvprintf_variation15_64bit.phpt45 $result = vprintf($format, $args_array[$counter-1]);
47 var_dump($result);
H A Dvprintf_variation19.phpt50 $result = vprintf($format, $args_array[$counter-1]);
52 var_dump($result);
H A Dvprintf_variation3.phpt49 $result = vprintf($format, $args_array[$counter-1]);
51 var_dump($result);
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt33 $result = $stmt->execute();
38 $result = null;
/PHP-7.4/ext/date/tests/
H A Dbug55253.phpt2 Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
25 // Try subtracting from expected result.

Completed in 29 milliseconds

1...<<21222324252627282930>>...37