Home
last modified time | relevance | path

Searched refs:FAILURE (Results 1 – 25 of 385) sorted by path

12345678910>>...16

/PHP-5.5/
H A DREADME.EXT_SKEL175 …_parameters(argc TSRMLS_CC, "rsrll|l", &image, &text, &text_len, &font, &x, &y, &color) == FAILURE)
H A DREADME.PARAMETER_PARSING_API26 Both functions return SUCCESS or FAILURE depending on the result.
121 &l, &s, &s_len, &param) == FAILURE) {
131 &obj, my_ce, &d) == FAILURE) {
141 &obj, &arr) == FAILURE) {
149 &arr) == FAILURE) {
184 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "*", &varargs, &num_varargs) == FAILURE) {
204 …e_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s+", &str, &str_len, &varargs, &num_varargs) == FAILURE) {
223 …se_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "a*l", &array, &varargs, &num_varargs, &num) == FAILURE) {
H A DREADME.STREAMS174 if (php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void*)&fp, REPORT_ERRORS) == FAILURE) {
H A DREADME.input_filter157 if(zend_parse_parameters(2 TSRMLS_CC, "ls", &arg, &var, &var_len) == FAILURE) {
/PHP-5.5/Zend/
H A Dzend.c91 return FAILURE; in ZEND_INI_MH()
885 LONGJMP(*EG(bailout), FAILURE); in BEGIN_EXTERN_C()
995 return FAILURE; in END_EXTERN_C()
1361 return FAILURE; in zend_execute_scripts()
H A Dzend.h283 FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */ enumerator
H A Dzend_API.c57 return FAILURE; in zend_get_parameters()
95 return FAILURE; in _zend_get_parameters_array()
133 return FAILURE; in zend_get_parameters_ex()
156 return FAILURE; in _zend_get_parameters_array_ex()
179 return FAILURE; in zend_copy_parameters_array()
301 return FAILURE; in parse_arg_object_to_string()
708 return FAILURE; in zend_parse_arg()
824 return FAILURE; in zend_parse_va_args()
832 return FAILURE; in zend_parse_va_args()
1221 return FAILURE; in add_assoc_function()
[all …]
H A Dzend_builtin_functions.c579 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &array) == FAILURE) { in ZEND_FUNCTION()
588 if (zend_hash_get_current_data(target_hash, (void **) &entry_ptr)==FAILURE) { in ZEND_FUNCTION()
779 if (zend_parse_parameters_none() == FAILURE) { in ZEND_FUNCTION()
802 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|z", &arg) == FAILURE) { in ZEND_FUNCTION()
994 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o", &obj) == FAILURE) { in ZEND_FUNCTION()
1478 if (zend_parse_parameters_none() == FAILURE) { in ZEND_FUNCTION()
1668 if (zend_parse_parameters_none() == FAILURE) { in ZEND_FUNCTION()
1685 if (zend_parse_parameters_none() == FAILURE) { in ZEND_FUNCTION()
1701 if (zend_parse_parameters_none() == FAILURE) { in ZEND_FUNCTION()
1737 if (zend_parse_parameters_none() == FAILURE) { in ZEND_FUNCTION()
[all …]
H A Dzend_closures.c55 if (zend_get_parameters_array_ex(ZEND_NUM_ARGS(), arguments) == FAILURE) { in ZEND_METHOD()
59 …, NULL, this_ptr, &closure_result_ptr, ZEND_NUM_ARGS(), arguments, 1, NULL TSRMLS_CC) == FAILURE) { in ZEND_METHOD()
87 …GS() TSRMLS_CC, getThis(), "Oo!|z", &zclosure, zend_ce_closure, &newthis, &scope_arg) == FAILURE) { in ZEND_METHOD()
123 else if (zend_lookup_class_ex(class_name, class_name_len, NULL, 1, &ce_p TSRMLS_CC) == FAILURE) { in ZEND_METHOD()
299 return FAILURE; in zend_closure_get_closure()
H A Dzend_compile.c1581 if (result == FAILURE) { in zend_do_begin_function_declaration()
4023 …if (exclude_table == NULL || zend_hash_find(exclude_table, lcname, fnname_len, &dummy) == FAILURE)… in zend_traits_copy_functions()
4191 if (zend_hash_add(exclude_table, lcname, lcname_len, NULL, 0, NULL) == FAILURE) { in zend_traits_compile_exclude_table()
4317 not_compatible = (FAILURE == compare_function(&compare_result, in zend_do_traits_property_binding()
4322 not_compatible = (FAILURE == compare_function(&compare_result, in zend_do_traits_property_binding()
4476 return FAILURE; in do_bind_function()
4605 if (found_ce == FAILURE) { in do_bind_inherited_class()
4648 if (do_bind_function(CG(active_op_array), opline, CG(function_table), 1) == FAILURE) { in zend_do_early_binding()
5277 return FAILURE; in zend_unmangle_property_name_ex()
5287 return FAILURE; in zend_unmangle_property_name_ex()
[all …]
H A Dzend_constants.c90 if (zend_hash_init(EG(zend_constants), 20, NULL, ZEND_CONSTANT_DTOR, 1)==FAILURE) { in zend_startup_constants()
91 return FAILURE; in zend_startup_constants()
248 if (zend_hash_find(EG(zend_constants), const_name, const_name_len, (void**)c) == FAILURE) { in zend_get_special_constant()
257 … (zend_hash_find(EG(zend_constants), "\0__CLASS__", sizeof("\0__CLASS__"), (void**)c) == FAILURE) { in zend_get_special_constant()
292 if (zend_hash_find(EG(zend_constants), name, name_len+1, (void **) &c) == FAILURE) { in zend_get_constant()
455 … Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE) { in zend_quick_get_constant()
457 … Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE || in zend_quick_get_constant()
461 … Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE) { in zend_quick_get_constant()
463 … Z_STRVAL(key->constant), Z_STRLEN(key->constant) + 1, key->hash_value, (void **) &c) == FAILURE || in zend_quick_get_constant()
521 …(EG(zend_constants), name, c->name_len, chash, (void *) c, sizeof(zend_constant), NULL)==FAILURE) { in zend_register_constant()
[all …]
H A Dzend_exceptions.c201 …c TSRMLS_CC, "|slO!", &message, &message_len, &code, &previous, default_exception_ce) == FAILURE) { in ZEND_METHOD()
257 …&code, &severity, &filename, &filename_len, &lineno, &previous, default_exception_ce) == FAILURE) { in ZEND_METHOD()
288 if (zend_parse_parameters_none() == FAILURE) { \
H A Dzend_execute.c195 …k_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) { in _get_zval_cv_lookup()
226 …k_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) { in _get_zval_cv_lookup_BP_VAR_R()
238 …k_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) { in _get_zval_cv_lookup_BP_VAR_UNSET()
250 …k_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) { in _get_zval_cv_lookup_BP_VAR_IS()
265 …k_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) { in _get_zval_cv_lookup_BP_VAR_RW()
281 …k_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void **)ptr)==FAILURE) { in _get_zval_cv_lookup_BP_VAR_W()
1023 …f (zend_hash_quick_find(ht, offset_key, offset_key_length+1, hval, (void **) &retval) == FAILURE) { in zend_fetch_dimension_address_inner()
1055 if (zend_hash_index_find(ht, hval, (void **) &retval) == FAILURE) { in zend_fetch_dimension_address_inner()
1103 …ext_index_insert(Z_ARRVAL_P(container), &new_zval, sizeof(zval *), (void **) &retval) == FAILURE) { in zend_fetch_dimension_address()
1661 …is"), &EG(This), sizeof(zval *), (void **) EX_CV_NUM(execute_data, op_array->this_var))==FAILURE) { in i_create_execute_data_from_op_array()
[all …]
H A Dzend_execute_API.c744 return FAILURE; /* executor is already inactive */ in zend_call_function()
789 return FAILURE; in zend_call_function()
808 return FAILURE; in zend_call_function()
845 return FAILURE; in zend_call_function()
1029 return FAILURE; in zend_lookup_class_ex()
1058 return FAILURE; in zend_lookup_class_ex()
1066 return FAILURE; in zend_lookup_class_ex()
1078 return FAILURE; in zend_lookup_class_ex()
1210 retval = FAILURE; in zend_eval_stringl()
1232 result = FAILURE; in zend_eval_stringl_ex()
[all …]
H A Dzend_extensions.c45 return FAILURE; in zend_load_extension()
63 return FAILURE; in zend_load_extension()
80 return FAILURE; in zend_load_extension()
96 return FAILURE; in zend_load_extension()
107 return FAILURE; in zend_load_extension()
117 return FAILURE; in zend_load_extension()
H A Dzend_generators.c427 if (zend_parse_parameters_none() == FAILURE) { in ZEND_METHOD()
443 if (zend_parse_parameters_none() == FAILURE) { in ZEND_METHOD()
461 if (zend_parse_parameters_none() == FAILURE) { in ZEND_METHOD()
481 if (zend_parse_parameters_none() == FAILURE) { in ZEND_METHOD()
501 if (zend_parse_parameters_none() == FAILURE) { in ZEND_METHOD()
520 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &value) == FAILURE) { in ZEND_METHOD()
555 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &exception) == FAILURE) { in ZEND_METHOD()
596 if (zend_parse_parameters_none() == FAILURE) { in ZEND_METHOD()
620 return generator->value != NULL ? SUCCESS : FAILURE; in zend_generator_iterator_valid()
H A Dzend_hash.c210 return FAILURE; in _zend_hash_add_or_update()
249 return FAILURE; in _zend_hash_add_or_update()
255 return FAILURE; in _zend_hash_add_or_update()
326 return FAILURE; in _zend_hash_quick_add_or_update()
332 return FAILURE; in _zend_hash_quick_add_or_update()
414 return FAILURE; in _zend_hash_index_update_or_next_insert()
460 return FAILURE; in zend_hash_do_resize()
543 return FAILURE; in zend_hash_del_key_or_index()
933 return FAILURE; in zend_hash_find()
959 return FAILURE; in zend_hash_quick_find()
[all …]
H A Dzend_hash.h176 (zend_hash_get_current_key_type_ex(ht, pos) == HASH_KEY_NON_EXISTENT ? FAILURE : SUCCESS)
H A Dzend_ini.c97 return FAILURE; in zend_ini_startup()
140 return FAILURE; in zend_copy_ini_directives()
203 return FAILURE; in zend_register_ini_entries()
263 return FAILURE; in zend_alter_ini_entry_ex()
275 return FAILURE; in zend_alter_ini_entry_ex()
302 return FAILURE; in zend_alter_ini_entry_ex()
316 return FAILURE; in zend_restore_ini_entry()
323 return FAILURE; in zend_restore_ini_entry()
336 return FAILURE; in zend_ini_register_displayer()
609 return FAILURE; in ZEND_INI_MH()
[all …]
H A Dzend_ini_parser.y207 if (zend_ini_open_file_for_scanning(fh, scanner_mode TSRMLS_CC) == FAILURE) { in zend_parse_ini_file()
208 return FAILURE; in zend_parse_ini_file()
220 return FAILURE; in zend_parse_ini_file()
236 if (zend_ini_prepare_string_for_scanning(str, scanner_mode TSRMLS_CC) == FAILURE) { in zend_parse_ini_string()
237 return FAILURE; in zend_parse_ini_string()
248 return FAILURE; in zend_parse_ini_string()
H A Dzend_ini_scanner.c179 return FAILURE; in init_ini_scanner()
233 if (zend_stream_fixup(fh, &buf, &size TSRMLS_CC) == FAILURE) { in zend_ini_open_file_for_scanning()
234 return FAILURE; in zend_ini_open_file_for_scanning()
237 if (init_ini_scanner(scanner_mode, fh TSRMLS_CC) == FAILURE) { in zend_ini_open_file_for_scanning()
239 return FAILURE; in zend_ini_open_file_for_scanning()
254 if (init_ini_scanner(scanner_mode, NULL TSRMLS_CC) == FAILURE) { in zend_ini_prepare_string_for_scanning()
255 return FAILURE; in zend_ini_prepare_string_for_scanning()
H A Dzend_ini_scanner.l177 return FAILURE; in init_ini_scanner()
231 if (zend_stream_fixup(fh, &buf, &size TSRMLS_CC) == FAILURE) { in zend_ini_open_file_for_scanning()
232 return FAILURE; in zend_ini_open_file_for_scanning()
235 if (init_ini_scanner(scanner_mode, fh TSRMLS_CC) == FAILURE) { in zend_ini_open_file_for_scanning()
237 return FAILURE; in zend_ini_open_file_for_scanning()
252 if (init_ini_scanner(scanner_mode, NULL TSRMLS_CC) == FAILURE) { in zend_ini_prepare_string_for_scanning()
253 return FAILURE; in zend_ini_prepare_string_for_scanning()
H A Dzend_interfaces.c170 return FAILURE; in zend_user_it_valid()
312 return FAILURE; in zend_implement_traversable()
342 return FAILURE; in zend_implement_aggregate()
367 return FAILURE; in zend_implement_iterator()
392 return FAILURE; in zend_implement_arrayaccess()
410 result = FAILURE; in zend_user_serialize()
416 return FAILURE; in zend_user_serialize()
451 return FAILURE; in zend_user_unserialize()
462 return FAILURE; in zend_class_serialize_deny()
469 return FAILURE; in zend_class_unserialize_deny()
[all …]
H A Dzend_language_scanner.c444 return FAILURE; in zend_multibyte_set_filter()
492 if (zend_stream_fixup(file_handle, &buf, &size TSRMLS_CC) == FAILURE) { in open_file_for_scanning()
493 return FAILURE; in open_file_for_scanning()
576 if (open_file_for_scanning(file_handle TSRMLS_CC)==FAILURE) { in END_EXTERN_C()
749 if (zend_prepare_string_for_scanning(source_string, filename TSRMLS_CC)==FAILURE) { in compile_string()
801 if (open_file_for_scanning(&file_handle TSRMLS_CC)==FAILURE) { in BEGIN_EXTERN_C()
804 return FAILURE; in BEGIN_EXTERN_C()
824 if (zend_prepare_string_for_scanning(str, str_name TSRMLS_CC)==FAILURE) { in highlight_string()
826 return FAILURE; in highlight_string()
H A Dzend_language_scanner.l442 return FAILURE; in zend_multibyte_set_filter()
490 if (zend_stream_fixup(file_handle, &buf, &size TSRMLS_CC) == FAILURE) { in open_file_for_scanning()
491 return FAILURE; in open_file_for_scanning()
574 if (open_file_for_scanning(file_handle TSRMLS_CC)==FAILURE) { in END_EXTERN_C()
747 if (zend_prepare_string_for_scanning(source_string, filename TSRMLS_CC)==FAILURE) { in compile_string()
799 if (open_file_for_scanning(&file_handle TSRMLS_CC)==FAILURE) { in BEGIN_EXTERN_C()
802 return FAILURE; in BEGIN_EXTERN_C()
822 if (zend_prepare_string_for_scanning(str, str_name TSRMLS_CC)==FAILURE) { in highlight_string()
824 return FAILURE; in highlight_string()

Completed in 124 milliseconds

12345678910>>...16