Home
last modified time | relevance | path

Searched refs:success (Results 51 – 75 of 80) sorted by relevance

1234

/php-src/ext/tokenizer/
H A Dtokenizer.c461 bool success; in tokenize_parse() local
481 if((success = (zendparse() == SUCCESS))) { in tokenize_parse()
496 return success; in tokenize_parse()
505 int success = tokenize(return_value, source, token_class); in tokenize_common() local
508 return success; in tokenize_common()
/php-src/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success zip-based
/php-src/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt2 Phar front controller $_SERVER munging success tar-based
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller21.phpt2 Phar front controller $_SERVER munging success [cache_list]
/php-src/Zend/tests/type_declarations/
H A Dtyped_class_constants_inheritance_success2.phpt2 Typed class constants (inheritance success - object types)
/php-src/ext/sysvsem/tests/
H A Dnowait.phpt111 echo "C: success acquired semaphore.\n";
128 C: success acquired semaphore.
/php-src/ext/hash/tests/
H A Dhash_serialize_004.phpt27 echo "Unexpected success\n";
/php-src/ext/intl/transliterator/
H A Dtransliterator_methods.c273 int success = 0; in PHP_FUNCTION() local
397 success = 1; in PHP_FUNCTION()
403 if( success ) { in PHP_FUNCTION()
/php-src/ext/pdo/tests/
H A Dgh8626.phpt36 // success
/php-src/Zend/tests/generators/
H A Dget_return.phpt2 Generator::getReturn() success cases
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_errno.phpt30 // reset after error & success
H A Dmysqli_stmt_error.phpt30 // reset after error & success
/php-src/build/
H A Dax_check_compile_flag.m415 # success/failure.
H A Dgen_stub.php5594 $success = $doc->loadXML($replacedXml);
5595 if (!$success) {
5773 $success = $doc->loadXML($replacedXml);
5774 if (!$success) {
5960 $success = $doc->loadXML($replacedXml);
5961 if (!$success) {
/php-src/main/streams/
H A Dplain_wrapper.c1311 int success = 0; in php_plain_files_rename() local
1314 success = 1; in php_plain_files_rename()
1326 success = 0; in php_plain_files_rename()
1330 if (success) { in php_plain_files_rename()
1334 success = 0; in php_plain_files_rename()
1339 if (success) { in php_plain_files_rename()
1351 return success; in php_plain_files_rename()
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dstate.c175 lxb_css_parser_state_f success);
184 lxb_css_parser_state_f success);
1508 lxb_css_parser_state_f success) in lxb_css_selectors_state_pseudo_class_function() argument
1560 rule = lxb_css_syntax_parser_function_push(parser, token, success, in lxb_css_selectors_state_pseudo_class_function()
1638 lxb_css_parser_state_f success) in lxb_css_selectors_state_pseudo_element_function() argument
1666 rule = lxb_css_syntax_parser_function_push(parser, token, success, in lxb_css_selectors_state_pseudo_element_function()
/php-src/ext/date/lib/
H A Dinterval.c119 …int success = timelib_get_time_zone_offset_info(two->sse, two->tz_info, &trans_offset, &trans_tran… in timelib_diff_with_tzid() local
122 success && in timelib_diff_with_tzid()
/php-src/tests/security/
H A Dopen_basedir.inc108 // This is used by functions that return an array on success
/php-src/ext/standard/tests/file/
H A Dfile.inc27 true on success, false otherwise
46 Returns: true on success, false on invalid fill type
92 Returns: true on success, false on failure & invalid fill type
433 Returns: true on success
/php-src/docs/
H A Dmailinglist-rules.md4 mailing lists. Following these rules is considered imperative to the success of
/php-src/ext/ftp/
H A Dphp_ftp.c1208 bool success = true; in PHP_FUNCTION() local
1216 success = ftp_quit(obj->ftp); in PHP_FUNCTION()
1221 RETURN_BOOL(success); in PHP_FUNCTION()
/php-src/docs-old/
H A Dstreams.md161 resource! It will close the origstream on success, and this can lead to a crash
171 This function will return either 1 (success) or 0 (failure) indicating whether
/php-src/ext/zlib/
H A Dzlib.c1167 int success = deflateSetDictionary(&ctx->Z, (Bytef *) dict, dictlen); in PHP_FUNCTION() local
1168 ZEND_ASSERT(success == Z_OK); in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6816 int success;
6820 success=read_line(L,f);
6825 success=1;
6826 for(n=first;nargs--&&success;n++){
6836 success=read_number(L,f);
6839 success=read_line(L,f);
6843 success=1;
6853 if(!success){
6867 int success;
6870 success=read_line(L,f);
[all …]
/php-src/ext/opcache/
H A DZendAccelerator.c836 bool success = false; in kill_all_lockers() local
844 success = true; in kill_all_lockers()
856 success = true; in kill_all_lockers()
867 if (!success) { in kill_all_lockers()

Completed in 91 milliseconds

1234