Home
last modified time | relevance | path

Searched refs:id (Results 776 – 800 of 871) sorted by relevance

1...<<3132333435

/PHP-7.3/ext/pcntl/
H A Dpcntl.c596 pid_t id; in PHP_FUNCTION() local
598 id = fork(); in PHP_FUNCTION()
599 if (id == -1) { in PHP_FUNCTION()
604 RETURN_LONG((zend_long) id); in PHP_FUNCTION()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c517 mem = p->repeat.id; in print_compiled_byte_code()
525 mem = p->repeat.id; in print_compiled_byte_code()
572 mem = p->push_save_val.id; in print_compiled_byte_code()
582 mem = p->update_var.id; in print_compiled_byte_code()
595 int id; in print_compiled_byte_code() local
597 id = p->callout_name.id; in print_compiled_byte_code()
599 fprintf(f, ":%d:%d", id, mem); in print_compiled_byte_code()
1817 && k->u.val.id == (sid)) {\
2122 if (k->u.empty_check.num == (id)) {\
4091 name_id = p->callout_name.id; in match_at()
[all …]
/PHP-7.3/ext/openssl/
H A DREADME259 // $pk1 is an encryption key resource id if success, else false
278 // $key will be resource id for unpacked $pkey
299 // $key is an encr key resource id if success, else false
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_load_data.phpt72 …exec_and_count(3, $db, sprintf('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, col1 CHAR(10)) ENGI…
/PHP-7.3/ext/standard/tests/url/
H A Durls.inc93 '/rest/Users?filter={"id":"123"}',
/PHP-7.3/ext/oci8/
H A Doci8.c1665 RETURN_RES(connection->id); in php_oci_do_connect()
1876 if (connection->id) { in php_oci_do_connect_ex()
1877 tmp_val = zend_hash_index_find(&EG(regular_list), connection->id->handle); in php_oci_do_connect_ex()
1887 GC_ADDREF(connection->id); in php_oci_do_connect_ex()
1897 GC_ADDREF(connection->id); in php_oci_do_connect_ex()
1908 GC_ADDREF(connection->id); in php_oci_do_connect_ex()
1924 if (connection == connection->id->ptr) { in php_oci_do_connect_ex()
2062 GC_ADDREF(connection->id); in php_oci_do_connect_ex()
2073 new_le.ptr = connection->id; in php_oci_do_connect_ex()
2377 connection->id = NULL; in php_oci_connection_release()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.c717 zend_hash_index_del(&PHPDBG_G(watch_elements), child->id);
804 zend_hash_index_del(&PHPDBG_G(watch_elements), element->id);
1252 element->id = PHPDBG_G(watch_elements).nNextFreeElement;
1253 zend_hash_index_add_ptr(&PHPDBG_G(watch_elements), element->id, element);
1255 …lement->flags & PHPDBG_WATCH_RECURSIVE_ROOT) ? " recursive" : "", element->id, (int) ZSTR_LEN(elem…
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_cfg.c794 int id; member
857 sorted_blocks[i].id = i; in zend_cfg_identify_loops()
867 i = sorted_blocks[n].id; in zend_cfg_identify_loops()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_blacklist.c310 blacklist->entries[blacklist->pos].id = blacklist->pos; in zend_accel_blacklist_loadone()
/PHP-7.3/ext/posix/tests/
H A Dposix_getpgid_variation.phpt13 …* Description: Get the process group id of the specified process (This is not a POSIX function, bu…
/PHP-7.3/ext/standard/tests/strings/
H A Dstrspn_variation4.phpt192 -- Iteration with len value as "Resource id #%d" --
H A Dstrcspn_variation4.phpt194 -- Iteration with len value as "Resource id #%d" --
/PHP-7.3/ext/date/
H A Dphp_date.c4793 static int check_id_allowed(char *id, zend_long what) /* {{{ */ in check_id_allowed() argument
4795 if (what & PHP_DATE_TIMEZONE_GROUP_AFRICA && strncasecmp(id, "Africa/", 7) == 0) return 1; in check_id_allowed()
4796 if (what & PHP_DATE_TIMEZONE_GROUP_AMERICA && strncasecmp(id, "America/", 8) == 0) return 1; in check_id_allowed()
4797 if (what & PHP_DATE_TIMEZONE_GROUP_ANTARCTICA && strncasecmp(id, "Antarctica/", 11) == 0) return 1; in check_id_allowed()
4798 if (what & PHP_DATE_TIMEZONE_GROUP_ARCTIC && strncasecmp(id, "Arctic/", 7) == 0) return 1; in check_id_allowed()
4799 if (what & PHP_DATE_TIMEZONE_GROUP_ASIA && strncasecmp(id, "Asia/", 5) == 0) return 1; in check_id_allowed()
4800 if (what & PHP_DATE_TIMEZONE_GROUP_ATLANTIC && strncasecmp(id, "Atlantic/", 9) == 0) return 1; in check_id_allowed()
4801 if (what & PHP_DATE_TIMEZONE_GROUP_AUSTRALIA && strncasecmp(id, "Australia/", 10) == 0) return 1; in check_id_allowed()
4802 if (what & PHP_DATE_TIMEZONE_GROUP_EUROPE && strncasecmp(id, "Europe/", 7) == 0) return 1; in check_id_allowed()
4841 add_next_index_string(return_value, table[i].id); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/xml/tests/
H A Dxml_parser_create_variation1.phpt235 Arg value Resource id %s
H A Dxml_parser_create_ns_variation1.phpt235 Arg value Resource id %s
H A Dxml_parser_get_option_variation2.phpt211 Arg value Resource id %s
H A Dxml_get_current_byte_index_variation1.phpt225 Arg value Resource id %s
H A Dxml_get_current_column_number_variation1.phpt226 Arg value Resource id %s
H A Dxml_get_error_code_variation1.phpt225 Arg value Resource id %s
H A Dxml_get_current_line_number_variation1.phpt225 Arg value Resource id %s
H A Dxml_parser_free_variation1.phpt225 Arg value Resource id %s
H A Dxml_parser_get_option_variation1.phpt226 Arg value Resource id %s
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_explain_metadata.phpt10 die("skip Open libmysql/MySQL issue http://bugs.mysql.com/?id=62350");
/PHP-7.3/ext/com_dotnet/
H A Dcom_dotnet.c258 obj->code_page = (int)cp_it->id; in PHP_FUNCTION()
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c358 char *id = NULL; in pdo_pgsql_last_insert_id() local
373 id = estrdup((char *)PQgetvalue(res, 0, 0)); in pdo_pgsql_last_insert_id()
383 return id; in pdo_pgsql_last_insert_id()

Completed in 102 milliseconds

1...<<3132333435